init
This commit is contained in:
commit
fd9bd154e7
5 changed files with 3009 additions and 0 deletions
21
Cargo.toml
Normal file
21
Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue