fddl/Cargo.toml

9 lines
200 B
TOML

[package]
name = "fddl"
version = "0.0.2"
edition = "2021"
authors = ["Tristan Smith <tristan@fddl.dev>"]
description = "A small programming language written in Rust."
license = "MIT"
[dependencies]