initial git dump
This commit is contained in:
commit
781e25470b
47 changed files with 2361 additions and 0 deletions
29
api/Cargo.toml
Normal file
29
api/Cargo.toml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
[package]
|
||||
name = "spond"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[features]
|
||||
reqwest = [ "dep:reqwest", "reqwest/json" ]
|
||||
log = [ "tracing/log" ]
|
||||
tracing = [ ]
|
||||
cookies = [ "reqwest?/cookies" ]
|
||||
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.89"
|
||||
bon = "3.9.0"
|
||||
bytes = "1.11.1"
|
||||
chrono = { version = "0.4.43", features = ["serde"] }
|
||||
#macro = { path = "../macro" }
|
||||
reqwest = { version = "0.13.2", optional = true }
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_json = "1.0.149"
|
||||
#spond-auth-login = { version = "0.1.0", path = "../login" }
|
||||
thiserror = "2.0.18"
|
||||
tokio = { version = "1.49.0" }
|
||||
tracing = { version = "0.1.44", features = [] }
|
||||
url = "2.5.8"
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "1.49.0", features = ["macros"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue