Skip to content

Commit 9b7dd26

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

File tree

3 files changed

+364
-110
lines changed

3 files changed

+364
-110
lines changed

Cargo.lock

+191-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2
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+
serde_derive = "1.0"
18+
toml = "0.5"
1719

0 commit comments

Comments
 (0)