You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
556 B
TOML

[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
[profile.release]
lto = true
codegen-units = 1
[dependencies]
docopt = "1.1.0"
serde = "1.0.91"
log = "0.4.6"
pretty_env_logger = "0.3.0"
rand = "0.6.5"
dirs = "2.0.0"
rust-crypto = "0.2.36"
dialoguer = "0.4.0"
rustc-serialize = "0.3.24"
[dependencies.rusqlite]
version = "0.18.0"
features = ["bundled"] # Compiles and statically links sqlite