adit/Cargo.toml

19 lines
333 B
TOML
Raw Normal View History

2023-09-15 21:29:27 -05:00
[package]
name = "adit"
version = "0.1.1"
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"
toml = "0.5.8"
dirs = "*"
rhai = "1.16.1"
[dependencies.serde]
version = "*"
features = ["derive"]