19 lines
333 B
TOML
19 lines
333 B
TOML
|
[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"]
|