This commit is contained in:
Merlijn 2025-03-08 01:54:22 +01:00
commit fd9bd154e7
Signed by: ToxicMushroom
SSH key fingerprint: SHA256:fiv+rEfOFbxc5OPNgLT1nNCL/JndxzhkKbIJLp1JcCc
5 changed files with 3009 additions and 0 deletions

21
Cargo.toml Normal file
View file

@ -0,0 +1,21 @@
[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"