Workspacify
This commit is contained in:
10
crypto/Cargo.toml
Normal file
10
crypto/Cargo.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "crypto"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
num-bigint-dig = { workspace = true }
|
||||
num-integer = { workspace = true }
|
||||
num-traits = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
zeroize = { workspace = true }
|
||||
Reference in New Issue
Block a user