feat: pure vibes

feat: implement API
This commit is contained in:
2025-06-06 12:07:17 +01:00
parent 41773cc3a0
commit b295d7e7be
12 changed files with 1258 additions and 150 deletions

10
Cargo.lock generated
View File

@ -269,7 +269,7 @@ dependencies = [
"http-body 0.4.6",
"hyper 0.14.32",
"itoa",
"matchit",
"matchit 0.7.3",
"memchr",
"mime",
"percent-encoding",
@ -588,6 +588,7 @@ dependencies = [
"iana-time-zone",
"js-sys",
"num-traits",
"serde",
"wasm-bindgen",
"windows-targets 0.52.6",
]
@ -2090,6 +2091,12 @@ version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
[[package]]
name = "matchit"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f926ade0c4e170215ae43342bf13b9310a437609c81f29f86c5df6657582ef9"
[[package]]
name = "md-5"
version = "0.10.6"
@ -4786,6 +4793,7 @@ dependencies = [
"hyper 1.6.0",
"hyper-util",
"log",
"matchit 0.8.6",
"nostr-sdk",
"pretty_env_logger",
"reqwest",