mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-29 13:33:23 +00:00
23 lines
557 B
TOML
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"
|