Skip to content

Commit

Permalink
config file (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
phiresky committed Jun 8, 2020
1 parent 0001feb commit 963524b
Show file tree
Hide file tree
Showing 10 changed files with 320 additions and 103 deletions.
128 changes: 121 additions & 7 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ exclude = [
tree_magic = { package = "tree_magic_fork", version = "0.2.2" }
regex = "1.3.9"
rkv = "0.10.4"
cachedir = "0.1.1"
path-clean = "0.1.0"
bincode = "1.2.1"
serde = { version = "1.0.111", features = ["derive"] }
Expand All @@ -45,3 +44,6 @@ paste = "0.1.16"
tempfile = "3.1.0"
glob = "0.3.0"
anyhow = "1.0.31"
schemars = "0.7.6"
directories-next = "1.0.1"
derive_more = "0.99.7"
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
stable
nightly
Loading

0 comments on commit 963524b

Please sign in to comment.