diff options
author | Valentin Popov <info@valentineus.link> | 2019-01-23 01:04:00 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2019-01-23 01:04:00 +0300 |
commit | 90a91dfcf4c65276b40a137bf0d31dc83ef5f45e (patch) | |
tree | bc77e4513fb0e66a0bf21915716a36f1d1031a5a /Cargo.toml | |
download | bbb2json-90a91dfcf4c65276b40a137bf0d31dc83ef5f45e.tar.xz bbb2json-90a91dfcf4c65276b40a137bf0d31dc83ef5f45e.zip |
Initial commit
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..a91a1bc --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "bbb-record-parser" +version = "0.1.0" +authors = ["Valentin Popov <info@valentineus.link>"] +edition = "2018" + +[dependencies] |