brainworm2024 commited on
Commit
f48944d
·
1 Parent(s): f297352

fix: correct axum + tower-http features (final Cargo.toml fix)

Browse files
Files changed (1) hide show
  1. Cargo.toml +2 -4
Cargo.toml CHANGED
@@ -16,13 +16,13 @@ tracing = "0.1"
16
  tracing-subscriber = { version = "0.3", features = ["env-filter"] }
17
  anyhow = "1.0"
18
 
19
- # Candle + ROCm
20
  candle-core = "0.8"
21
  candle-nn = "0.8"
22
  candle-transformers = "0.8"
23
  hf-hub = "0.3"
24
 
25
- # PII Shield
26
  pii = "0.1"
27
  regex = "1"
28
 
@@ -32,8 +32,6 @@ multihash = "0.19"
32
  alloy = { version = "0.7", features = ["full", "reqwest", "hyper"] }
33
  alloy-provider = "0.7"
34
  alloy-signer-local = "0.7"
35
-
36
- # Proof hash
37
  hex = "0.4"
38
 
39
  [profile.release]
 
16
  tracing-subscriber = { version = "0.3", features = ["env-filter"] }
17
  anyhow = "1.0"
18
 
19
+ # Candle (for local testing with your MI300X credits)
20
  candle-core = "0.8"
21
  candle-nn = "0.8"
22
  candle-transformers = "0.8"
23
  hf-hub = "0.3"
24
 
25
+ # PII + regex
26
  pii = "0.1"
27
  regex = "1"
28
 
 
32
  alloy = { version = "0.7", features = ["full", "reqwest", "hyper"] }
33
  alloy-provider = "0.7"
34
  alloy-signer-local = "0.7"
 
 
35
  hex = "0.4"
36
 
37
  [profile.release]