d273bf718b
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
21 lines
372 B
TOML
21 lines
372 B
TOML
[package]
|
|
name = "redbear-traceroute"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
name = "redbear_traceroute"
|
|
path = "src/lib.rs"
|
|
|
|
[[bin]]
|
|
name = "redbear-traceroute"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
anyhow = "1"
|
|
|
|
[target.'cfg(target_os = "redox")'.dependencies]
|
|
libc = "0.2"
|
|
libredox = "0.1"
|
|
syscall = { package = "redox_syscall", version = "0.7", features = ["std"] }
|