Skip to content

Commit c2179e4

Browse files
committed
mount-paths: read from a config file
1 parent 06ffbf1 commit c2179e4

File tree

3 files changed

+369
-114
lines changed

3 files changed

+369
-114
lines changed

Cargo.lock

Lines changed: 192 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ env_logger = "0.9"
1414
libc = "0.2.117"
1515
log = "0.4"
1616
nix = "0.23.1"
17-
17+
serde = "1.0"
18+
serde_derive = "1.0"
19+
toml = "0.5"

0 commit comments

Comments
 (0)