Files
RedBear-OS/driver-network/Cargo.toml
T
bjorn3 3751c915fe Unify the scheme handling of all network drivers
This deduplicates a fair bit of non-trivial logic and makes it easier to
keep all network drivers in sync when the interface changes.
2024-02-26 20:43:41 +01:00

9 lines
180 B
TOML

[package]
name = "driver-network"
version = "0.1.0"
edition = "2021"
[dependencies]
redox_event = { git = "https://gitlab.redox-os.org/redox-os/event.git" }
redox_syscall = "0.4"