4
0

Cargo.toml 256 B

12345678910
  1. [package]
  2. name = "init"
  3. version = "0.1.0"
  4. authors = ["Tamir Duberstein <[email protected]>"]
  5. edition = "2021"
  6. publish = false
  7. [dependencies]
  8. anyhow = { workspace = true, features = ["std"] }
  9. nix = { workspace = true, features = ["fs", "mount", "reboot"] }