/ admin_tool / Cargo.toml
Cargo.toml
1 [package] 2 name = "ghostline_admin" 3 version = "0.1.0" 4 edition = "2021" 5 6 [dependencies] 7 pqcrypto-kyber = "0.7" 8 pqcrypto-traits = "0.3" 9 hex = "0.4" 10 aes-gcm = { version = "0.10", features = ["std"] } 11 sha3 = "0.10" 12 rand_core = { version = "0.6", features = ["std"] } 13 chrono = "0.4" 14 zeroize = "1.7"