You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[package]
|
|
name = "stdgather"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
chrono = "0.4.42"
|
|
libc = "0.2.176"
|
|
nix = { version = "0.30.1", features = ["fs", "poll", "process", "term"] }
|