summaryrefslogtreecommitdiff
path: root/scripts/native-utils/Cargo.toml
blob: 14482fcbd459fc1938427cbd07ce27cb3cfbe675 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "nixos-wsl-utils"
version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = { version = "*", features = ["backtrace"] }
nix = { version = "*", features = ["process"] }
log = "*"
kernlog = "*"
clap = { version = "*", features = ["derive"] }

[[bin]]
name = "systemd-shim"
path = "src/shim.rs"

[[bin]]
name = "split-path"
path = "src/split_path.rs"