diff options
| author | Micha White <botahamec@outlook.com> | 2023-02-13 00:18:57 -0500 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2023-02-13 00:18:57 -0500 |
| commit | c31d51487082c6cf243ecd10da71a15a78d41add (patch) | |
| tree | 6d76b939ffca2e949208197da9b4ef7f31350515 /alligator_tvg/Cargo.toml | |
| parent | b22ddd8da7075954b691903ef85f7c8f1e6b0811 (diff) | |
Parse TinyVG files
Diffstat (limited to 'alligator_tvg/Cargo.toml')
| -rw-r--r-- | alligator_tvg/Cargo.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/alligator_tvg/Cargo.toml b/alligator_tvg/Cargo.toml new file mode 100644 index 0000000..d7e7a6b --- /dev/null +++ b/alligator_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" |
