[package] name = "stwp" authors = ["Save the Web Project "] description = "The Rust tracker for Save the Web Project" version = "0.1.0" edition = "2021" license = "MIT" [dependencies] reqwest = { version = "0.12", features = ["json"] } tokio = { version = "1", features = ["full"] } serde = { version = "1", features = [ "derive", ] } serde_json = "1.0" chrono = "0.4.38" futures = "0.3.30"