mirror of
https://github.com/neodyland/sbv2-api.git
synced 2025-12-23 07:59:56 +00:00
Compare commits
15 Commits
commit-896
...
commit-8f3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
783a5e6514 | ||
|
|
1a0254cd96 | ||
|
|
8f3b7ff598 | ||
|
|
6e763e3b87 | ||
|
|
e47d6bed9e | ||
|
|
38a9874cf3 | ||
|
|
42cbdd5f11 | ||
|
|
b246b518a5 | ||
|
|
cbea7678b3 | ||
|
|
84a1676684 | ||
|
|
bd057352ca | ||
|
|
a8e422d46d | ||
|
|
6e3b816ce9 | ||
|
|
9150a2eef9 | ||
|
|
7d9aa420c7 |
1144
Cargo.lock
generated
1144
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -15,7 +15,7 @@ documentation = "https://docs.rs/sbv2_core"
|
||||
anyhow = "1.0.100"
|
||||
dotenvy = "0.15.7"
|
||||
env_logger = "0.11.6"
|
||||
ndarray = "0.16.1"
|
||||
ndarray = "0.17.1"
|
||||
once_cell = "1.20.3"
|
||||
|
||||
[profile.release]
|
||||
|
||||
@@ -10,7 +10,7 @@ license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
axum = "0.8.6"
|
||||
axum = "0.8.7"
|
||||
dotenvy.workspace = true
|
||||
env_logger.workspace = true
|
||||
log = "0.4.28"
|
||||
|
||||
@@ -14,7 +14,7 @@ base64 = { version = "0.22.1", optional = true }
|
||||
dotenvy.workspace = true
|
||||
env_logger.workspace = true
|
||||
hound = "3.5.1"
|
||||
jpreprocess = { version = "0.12.0", features = ["naist-jdic"] }
|
||||
jpreprocess = { version = "0.13.2", features = ["naist-jdic"] }
|
||||
ndarray.workspace = true
|
||||
npyz = { version = "0.8.4", optional = true }
|
||||
num_cpus = "1.17.0"
|
||||
|
||||
Reference in New Issue
Block a user