summaryrefslogtreecommitdiff
path: root/tvg/Cargo.toml
diff options
context:
space:
mode:
authorMicha White <botahamec@outlook.com>2024-08-15 20:16:32 -0400
committerMicha White <botahamec@outlook.com>2024-08-15 20:16:32 -0400
commitdb9aa9f1bf49e8bede384b9ceb1e1fb82b522799 (patch)
tree0d60727acf481f59b42ef0f74ed07c16ec562bcf /tvg/Cargo.toml
parentf8a80039c74332e2101a177ef3fde31ef2077224 (diff)
Delete stuff
Diffstat (limited to 'tvg/Cargo.toml')
-rw-r--r--tvg/Cargo.toml13
1 files changed, 0 insertions, 13 deletions
diff --git a/tvg/Cargo.toml b/tvg/Cargo.toml
deleted file mode 100644
index 385de09..0000000
--- a/tvg/Cargo.toml
+++ /dev/null
@@ -1,13 +0,0 @@
-[package]
-name = "alligator_tvg"
-version = "0.1.0"
-edition = "2021"
-publish = false
-
-# 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"