upend/Cargo.toml

32 lines
611 B
TOML

[package]
name = "upend-rust"
version = "0.1.0"
authors = ["Tomáš Mládek <t@mldk.cz>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "2.33.0"
log = "0.4"
env_logger = "0.7.1"
anyhow = "1.0"
diesel = { version = "1.4.4", features=["sqlite", "r2d2"] }
diesel_migrations = "1.4.0"
actix = "0.9.0"
actix-web = "2.0"
actix-files = "0.2.2"
actix-rt = "1.0.0"
actix_derive = "0.3.2"
filebuffer = "0.4.0"
walkdir = "2"
tiny-keccak = { version = "2.0", features = ["k12"] }
bs58 = "0.3.1"
dotenv = "0.15.0"
xdg = "^2.1"