foil/Cargo.toml

20 lines
438 B
TOML
Raw Normal View History

2019-05-25 21:45:00 -04:00
[package]
name = "foil"
version = "0.1.0"
authors = ["Tom Alexander <craftkiller@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2019-05-25 22:04:54 -04:00
docopt = "1.1.0"
serde = "1.0.91"
2019-05-25 22:17:57 -04:00
log = "0.4.6"
pretty_env_logger = "0.3.0"
2019-05-25 23:14:00 -04:00
rand = "0.6.5"
2019-05-25 23:54:37 -04:00
dirs = "2.0.0"
[dependencies.rusqlite]
version = "0.18.0"
features = ["bundled"] # Compiles and statically links sqlite