Add extra feature
This commit is contained in:
parent
49638e5aa7
commit
dfb747c206
2 changed files with 3 additions and 2 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
|
|
@ -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"] }
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue