mirror of
https://github.com/urinalcaketopper/fddl.git
synced 2025-06-05 21:14:47 +00:00
10 lines
200 B
TOML
10 lines
200 B
TOML
[package]
|
|
name = "fddl"
|
|
version = "0.0.3"
|
|
edition = "2021"
|
|
authors = ["Tristan Smith <tristan@fddl.dev>"]
|
|
description = "A small programming language written in Rust."
|
|
license = "GPL"
|
|
|
|
[dependencies]
|