9 lines
185 B
TOML
9 lines
185 B
TOML
[package]
|
|
name = "mlkem-native-rs-test"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
mlkem-native-rs = { git = "https://gitea.rixxc.de/rixxc/mlkem-native-rs.git" }
|
|
rand = "0.9.0"
|