Files
asterinas/kernel/libs/aster-bigtcp/Cargo.toml
2024-12-17 20:14:53 +08:00

23 lines
557 B
TOML

[package]
name = "aster-bigtcp"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bitflags = "1.3"
keyable-arc = { path = "../keyable-arc" }
ostd = { path = "../../../ostd" }
smoltcp = { git = "https://github.com/asterinas/smoltcp", tag = "r_2024-11-08_f07e5b5", default-features = false, features = [
"alloc",
"log",
"medium-ethernet",
"medium-ip",
"proto-ipv4",
"socket-udp",
"socket-tcp",
] }
spin = "0.9.4"
takeable = "0.2.2"