autoformat Cargo.toml

feat/vaults
Tomáš Mládek 2020-09-06 12:32:48 +02:00
parent add9dd012f
commit 94e726beaa
1 changed files with 11 additions and 12 deletions

View File

@ -1,37 +1,36 @@
[package]
name = "upend"
version = "0.1.0"
authors = ["Tomáš Mládek <t@mldk.cz>"]
edition = "2018"
name = "upend"
version = "0.1.0"
# 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"
log = "0.4"
anyhow = "1.0"
diesel = { version = "1.4", features=["sqlite", "r2d2", "chrono"] }
diesel = {version = "1.4", features = ["sqlite", "r2d2", "chrono"]}
diesel_migrations = "1.4"
chrono = { version = "0.4", features = ["serde"] }
actix = "0.9.0"
actix-web = "2.0"
actix-files = "0.2.2"
actix-rt = "1.0.0"
actix-web = "2.0"
actix_derive = "0.3.2"
serde = { version = "1.0", features = ["derive"] }
chrono = {version = "0.4", features = ["serde"]}
serde = {version = "1.0", features = ["derive"]}
filebuffer = "0.4.0"
walkdir = "2"
tiny-keccak = { version = "2.0", features = ["k12"] }
bs58 = "0.3.1"
filebuffer = "0.4.0"
tiny-keccak = {version = "2.0", features = ["k12"]}
walkdir = "2"
dotenv = "0.15.0"
xdg = "^2.1"
webbrowser = "0.5.5"
xdg = "^2.1"