adit/Cargo.toml

17 lines
307 B
TOML
Raw Normal View History

2023-09-15 21:29:27 -05:00
[package]
name = "adit"
2023-09-15 22:16:34 -05:00
version = "0.2.0"
2023-09-15 21:29:27 -05:00
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"]