Skip to content

Commit

Permalink
basic toml support
Browse files Browse the repository at this point in the history
  • Loading branch information
mgree committed Jun 19, 2021
1 parent bf4d678 commit 688b78a
Show file tree
Hide file tree
Showing 4 changed files with 361 additions and 170 deletions.
10 changes: 10 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions Cargo.toml
Expand Up @@ -7,9 +7,10 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
fuser = "0.8"
serde_json = "1.0"
clap = "2.0"
fuser = "0.8"
libc = "0.2.51"
serde_json = "1.0"
toml = "0.5"
tracing = "0.1"
tracing-subscriber = "0.2.18"
tracing-subscriber = "0.2.18"

0 comments on commit 688b78a

Please sign in to comment.