mirror of
https://github.com/mii443/breakout-checker.git
synced 2025-08-22 06:55:48 +00:00
8 lines
159 B
TOML
8 lines
159 B
TOML
[package]
|
|
name = "breakout-checker"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
nix = { version = "0.29.0", features = ["sched", "hostname", "mount"] }
|