Files
RedBear-OS/logd/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

17 lines
345 B
TOML

[package]
name = "logd"
description = "Logging daemon"
version = "0.1.0"
authors = ["Jeremy Soller <jackpot51@gmail.com>"]
edition = "2021"
[dependencies]
redox_syscall.workspace = true
daemon = { path = "../daemon" }
libredox.workspace = true
redox-scheme.workspace = true
scheme-utils = { path = "../scheme-utils" }
[lints]
workspace = true