Files
RedBear-OS/drivers/net/driver-network/Cargo.toml
T
bjorn3 317a0178b6 Introduce scheme-utils crate and HandleMap type
HandleMap deduplicates the id assignment for handles and unlike most
existing implementations handles overflow just fine.
2026-04-13 22:19:07 +02:00

16 lines
359 B
TOML

[package]
name = "driver-network"
description = "Shared networking code library"
version = "0.1.0"
edition = "2021"
[dependencies]
libredox.workspace = true
daemon = { path = "../../../daemon" }
redox-scheme.workspace = true
scheme-utils = { path = "../../../scheme-utils" }
redox_syscall = { workspace = true, features = ["std"] }
[lints]
workspace = true