removed the traits so this thing works

This commit is contained in:
2025-07-14 13:26:15 -04:00
parent 533f718e57
commit e96def50f3
3 changed files with 14 additions and 15 deletions

12
Cargo.lock generated
View File

@ -2,10 +2,22 @@
# It is not intended for manual editing.
version = 4
[[package]]
name = "async-trait"
version = "0.1.88"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "derive_http"
version = "0.1.0"
dependencies = [
"async-trait",
"proc-macro2",
"quote",
"syn",