feat: add initial zipline uploading system
This commit is contained in:
parent
82a09ddf26
commit
ed69a54524
4 changed files with 2097 additions and 2 deletions
|
@ -4,3 +4,11 @@ version = "0.1.0"
|
|||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
color-eyre = "0.6.4"
|
||||
dirs = "6.0.0"
|
||||
reqwest = { version = "0.12.15", default-features = false, features = ["http2", "charset", "rustls-tls", "blocking", "json", "multipart"] }
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
toml = "0.8.22"
|
||||
tracing = "0.1.41"
|
||||
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
|
||||
urlencoding = "2.1.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue