[Add] Structure
This commit is contained in:
parent
b2f3ed12f3
commit
ed1b21b3ff
44 changed files with 2210 additions and 2721 deletions
32
Cargo.toml
32
Cargo.toml
|
|
@ -10,33 +10,27 @@ mtp = { git = "https://git.methanium.net/methanium/mtp", features = [
|
|||
"web-server",
|
||||
] }
|
||||
|
||||
aes-gcm = "*"
|
||||
ansi_term = "0.12.1"
|
||||
anyhow = "1.0.101"
|
||||
base64 = "0.22.1"
|
||||
bytes = "1"
|
||||
dashmap = "6.1.0"
|
||||
dashmap = "6.2.1"
|
||||
dotenv = "0.15.0"
|
||||
hex = "0.4.3"
|
||||
hkdf = "0.12.4"
|
||||
http = "1"
|
||||
json = "0.12.4"
|
||||
once_cell = "1.21.3"
|
||||
rand = "0.8"
|
||||
rand_core = { version = "0.6", features = ["getrandom", "std"] }
|
||||
reqwest = { version = "0.13.2" }
|
||||
rustls = { version = "0.23.37", default-features = false, features = [
|
||||
once_cell = "1.21.4"
|
||||
rand = "0.10.2"
|
||||
reqwest = "0.13.4"
|
||||
rustls = { version = "0.23.42", default-features = false, features = [
|
||||
"std",
|
||||
"tls12",
|
||||
"aws-lc-rs",
|
||||
"prefer-post-quantum",
|
||||
] }
|
||||
sha2 = "0.10.9"
|
||||
sqlx = { version = "0.8.6", features = ["mysql", "runtime-async-std"] }
|
||||
strum = "0.27.2"
|
||||
strum_macros = "0.27.2"
|
||||
sqlx = { version = "0.8.6", features = ["mysql", "runtime-tokio", "migrate"] }
|
||||
strum = "0.28.0"
|
||||
strum_macros = "0.28.0"
|
||||
tokio = { version = "*", features = ["full"] }
|
||||
uuid = { version = "1.19.0", features = ["v4"] }
|
||||
x448 = "0.6.0"
|
||||
zip = "6.0.0"
|
||||
thiserror = "2.0.18"
|
||||
uuid = { version = "1.24.0", features = ["v4", "v7"] }
|
||||
zip = "8.6.0"
|
||||
thiserror = "2.0.19"
|
||||
serde = { version = "1.0.229", features = ["derive"] }
|
||||
serde_json = "1.0.151"
|
||||
|
|
|
|||
Loading…
Reference in a new issue