20 lines
421 B
TOML
20 lines
421 B
TOML
[package]
|
|
name = "aster-bigtcp"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
aster-softirq.workspace = true
|
|
bitflags.workspace = true
|
|
int-to-c-enum.workspace = true
|
|
jhash.workspace = true
|
|
ostd.workspace = true
|
|
smoltcp.workspace = true
|
|
spin.workspace = true
|
|
takeable.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|