improve Cargo.toml and modify README.md conosel web static url

This commit is contained in:
houseme
2025-04-09 18:36:17 +08:00
parent 3201ad9315
commit c872901269
4 changed files with 72 additions and 44 deletions
+10 -6
View File
@@ -33,8 +33,12 @@ all = "warn"
[workspace.dependencies]
madmin = { path = "./madmin" }
atoi = "2.0.0"
async-recursion = "1.0.5"
async-trait = "0.1.87"
axum = "0.8.3"
axum-extra = "0.10.1"
axum-server = { version = "0.7.2", features = ["tls-rustls"] }
backon = "1.3.0"
bytes = "1.9.0"
bytesize = "1.3.0"
@@ -64,7 +68,10 @@ humantime = "2.1.0"
keyring = { version = "3.6.1", features = ["apple-native", "windows-native", "sync-secret-service"] }
lock = { path = "./common/lock" }
lazy_static = "1.5.0"
libsystemd = "0.7.0"
local-ip-address = "0.6.3"
matchit = "0.8.4"
md-5 = "0.10.6"
mime = "0.3.17"
netif = "0.1.6"
once_cell = "1.21.1"
@@ -101,8 +108,11 @@ s3s-policy = { git = "https://github.com/Nugine/s3s.git", rev = "ab139f72fe768fb
shadow-rs = { version = "0.38.0", default-features = false }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.138"
serde_urlencoded = "0.7.1"
sha2 = "0.10.8"
snafu = "0.8.5"
tempfile = "3.16.0"
test-case = "3.3.1"
thiserror = "2.0.12"
time = { version = "0.3.41", features = [
"std",
@@ -133,13 +143,7 @@ uuid = { version = "1.15.1", features = [
"fast-rng",
"macro-diagnostics",
] }
axum = "0.8.3"
axum-extra = "0.10.1"
axum-server = { version = "0.7.2", features = ["tls-rustls"] }
md-5 = "0.10.6"
workers = { path = "./common/workers" }
test-case = "3.3.1"
snafu = "0.8.5"
[profile.wasm-dev]
inherits = "dev"