14 lines
230 B
TOML
14 lines
230 B
TOML
|
|
[package]
|
||
|
|
name = "cb-kernel"
|
||
|
|
edition.workspace = true
|
||
|
|
version.workspace = true
|
||
|
|
license-file.workspace = true
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
serde.workspace = true
|
||
|
|
rand_core.workspace = true
|
||
|
|
rand_chacha.workspace = true
|
||
|
|
|
||
|
|
[lints]
|
||
|
|
workspace = true
|