adit/Cargo.toml

17 lines
307 B
TOML

[package]
name = "adit"
version = "0.2.0"
authors = ["able"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
termion = "1"
unicode-segmentation = "1"
rhai = "1.16.1"
[dependencies.serde]
version = "*"
features = ["derive"]