Skip to content

Commit c90e0ee

Browse files
committed
fix: cleanup cargo.toml
Signed-off-by: bkioshn <[email protected]>
1 parent d1181dd commit c90e0ee

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

rust/rbac-registration/Cargo.toml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@ workspace = true
2020
[dependencies]
2121
hex = "0.4.3"
2222
anyhow = "1.0.89"
23-
strum = "0.26.3"
2423
strum_macros = "0.26.4"
2524
regex = "1.11.0"
26-
ed25519-dalek = { version = "2.1.1", features = ["pem"] }
2725
minicbor = { version = "0.25.1", features = ["alloc", "derive", "half"] }
2826
brotli = "7.0.0"
2927
zstd = "0.13.2"
@@ -33,13 +31,6 @@ bech32 = "0.11.0"
3331
dashmap = "6.1.0"
3432
blake2b_simd = "1.0.2"
3533
tracing = "0.1.40"
36-
serde = "1.0.210"
37-
serde_json = "1.0.128"
3834

3935
c509-certificate = { version = "0.0.3", git = "https://github.com/input-output-hk/catalyst-libs.git" , tag = "v0.0.3" }
4036
pallas = { version = "0.30.1", git = "https://github.com/input-output-hk/catalyst-pallas.git", rev = "9b5183c8b90b90fe2cc319d986e933e9518957b3" }
41-
pallas-hardano = { version = "0.30.1", git = "https://github.com/input-output-hk/catalyst-pallas.git", rev = "9b5183c8b90b90fe2cc319d986e933e9518957b3" }
42-
pallas-crypto = { version = "0.30.1", git = "https://github.com/input-output-hk/catalyst-pallas.git", rev = "9b5183c8b90b90fe2cc319d986e933e9518957b3" }
43-
44-
45-
[dev-dependencies]

0 commit comments

Comments
 (0)