initial commit
This commit is contained in:
commit
e788d55cca
6 changed files with 2479 additions and 0 deletions
14
Cargo.toml
Normal file
14
Cargo.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[package]
|
||||
name = "spond"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5", features = [ "derive" ] }
|
||||
reqwest = { version = "0.12", features = [ "json", "cookies" ] }
|
||||
tokio = { version = "1", features = [ "full" ] }
|
||||
serde = "1.0"
|
||||
env_logger = "0.10"
|
||||
log = "0.4"
|
||||
chrono = { version = "0.4", features = [ "serde" ] }
|
||||
serde_json = "1.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue