nextsync-rust/Cargo.toml
2023-06-01 22:48:09 +02:00

15 lines
374 B
TOML

[package]
name = "nextsync"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
reqwest = { version = "0.11", features = ["blocking", "json", "multipart"] }
tokio = { version = "1", features = ["full"] }
dotenv ="0.15.0"
clap = "2.33"
rust-crypto = "0.2.36"
colored = "2.0.0"