Skip to content

Commit 688b78a

Browse files
committed
basic toml support
1 parent bf4d678 commit 688b78a

File tree

4 files changed

+361
-170
lines changed

4 files changed

+361
-170
lines changed

Cargo.lock

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

Cargo.toml

+4-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ edition = "2018"
77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

99
[dependencies]
10-
fuser = "0.8"
11-
serde_json = "1.0"
1210
clap = "2.0"
11+
fuser = "0.8"
1312
libc = "0.2.51"
13+
serde_json = "1.0"
14+
toml = "0.5"
1415
tracing = "0.1"
15-
tracing-subscriber = "0.2.18"
16+
tracing-subscriber = "0.2.18"

0 commit comments

Comments
 (0)