ruaaaa
This commit is contained in:
parent
7f068598c4
commit
06cccb8432
@ -2,15 +2,22 @@
|
||||
name = "openbmclapi_rs"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[features]
|
||||
default = []
|
||||
db_log = ["db_logger"]
|
||||
# db_log = ["db_logger"]
|
||||
|
||||
[dependencies]
|
||||
|
||||
axum = "0.7.4"
|
||||
tokio = { version = "1.35.1", features = ["full"] }
|
||||
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
|
||||
md-5 = "0.10.6"
|
||||
sha1 = "0.10.6"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user