22 lines
718 B
TOML
22 lines
718 B
TOML
[package]
|
|
name = "godrive-fileshare"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
reqwest = { git = "https://github.com/ToxicMushroom/reqwest.git", default-features = false, features = ["cookies", "http2", "json", "gzip", "rustls-tls-native-roots", "multipart", "stream"] }
|
|
anyhow = { version = "1.0.89" }
|
|
serde = { version = "^1.0.210", features = ["derive"] }
|
|
serde_json = "^1.0.128"
|
|
|
|
tokio = { version = "^1.40.0", features = ["rt", "rt-multi-thread", "macros"] }
|
|
|
|
futures = "^0.3.30"
|
|
futures-util = { version = "^0.3.30", features = ["sink"] }
|
|
|
|
clap = { version = "^4.5.19", features = ["derive", "env"] }
|
|
log = "0.4.22"
|
|
notify-rust = "4.11.3"
|
|
wl-clipboard-rs = "0.9.1"
|
|
async-stream = "0.3.6"
|
|
rand = "0.8.5"
|