diff options
Diffstat (limited to 'tvg/Cargo.toml')
| -rw-r--r-- | tvg/Cargo.toml | 12 |
1 files changed, 12 insertions, 0 deletions
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" |
