From 90a91dfcf4c65276b40a137bf0d31dc83ef5f45e Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 23 Jan 2019 02:04:00 +0400 Subject: Initial commit Signed-off-by: Valentin Popov --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') 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 "] +edition = "2018" + +[dependencies] -- cgit v1.2.3