Add extra feature

This commit is contained in:
Andras Schmelczer 2024-12-08 18:22:30 +00:00
parent 49638e5aa7
commit dfb747c206
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
2 changed files with 3 additions and 2 deletions

View file

@ -19,6 +19,7 @@ tracing-subscriber = "0.3.19"
serde_yaml = "0.9.34"
sqlx = { version = "0.8.2", features = ["sqlite", "runtime-tokio", "uuid", "chrono"] }
chrono = { version = "0.4.38", features = ["serde"] }
aide = { version = "0.13.4", features = ["axum", "axum-ws", "scalar"] }
aide = { version = "0.13.4", features = ["axum", "axum-ws", "scalar", "axum-headers"] }
schemars = { version = "0.8.21", features = ["chrono", "uuid1"] }
rand = "0.8.5"
axum-extra = { version = "0.9.6", features = ["typed-header"] }

View file

@ -11,9 +11,9 @@ crate-type = ["cdylib", "rlib"]
default = ["console_error_panic_hook"]
[dependencies]
wasm-bindgen = "0.2.84"
sync_lib = { path = "../sync_lib" }
reconcile = { path = "../reconcile" }
wasm-bindgen = "0.2.84"
getrandom = { version = "0.2.3", features = ["js"] }