Skip to content

Commit

Permalink
Temp commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ucarion committed Apr 14, 2020
0 parents commit a096511
Show file tree
Hide file tree
Showing 7 changed files with 936 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/target
335 changes: 335 additions & 0 deletions Cargo.lock

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

12 changes: 12 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[package]
name = "jtd-infer"
version = "0.1.0"
authors = ["Ulysse Carion <[email protected]>"]
edition = "2018"

[dependencies]
clap = "2.33"
jtd = "0.1.4"
serde_json = "1"
failure = "0.1"
chrono = "0.4"
Loading

0 comments on commit a096511

Please sign in to comment.