initial commit

This commit is contained in:
Radical 2025-05-19 21:27:47 +02:00
commit 83dbf6d257
6 changed files with 1797 additions and 0 deletions

17
Cargo.toml Normal file
View file

@ -0,0 +1,17 @@
[package]
name = "bunny-api-tokio"
version = "0.1.0"
edition = "2024"
authors = ["Radical <radical@radical.fun>"]
license = "MIT"
[dependencies]
bytes = "1.10.1"
log = "0.4.27"
reqwest = { version = "0.12.15", features = ["json", "multipart"] }
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
thiserror = "2.0.12"
tokio = "1.45.0"
url = "2.5.4"