From 861b467b95be55db3a42182b77dba944869bf49f Mon Sep 17 00:00:00 2001 From: Micha White Date: Mon, 13 Feb 2023 00:24:07 -0500 Subject: Rename the subdirectories --- tvg/Cargo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tvg/Cargo.toml (limited to 'tvg/Cargo.toml') diff --git a/tvg/Cargo.toml b/tvg/Cargo.toml new file mode 100644 index 0000000..d7e7a6b --- /dev/null +++ b/tvg/Cargo.toml @@ -0,0 +1,12 @@ +[package] +name = "alligator_tvg" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +byteorder = "1" +thiserror = "1" +raise = "2" +num_enum = "0.5" -- cgit v1.2.3