aboutsummaryrefslogtreecommitdiff
path: root/ebml/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-01-16 10:57:40 +0100
committermetamuffin <metamuffin@disroot.org>2023-01-16 10:57:40 +0100
commit9f9449ddd58eb07d20e14e7a75c7387c9cc17ebe (patch)
tree52e39085589303d3d2e386a3575152fb6594bb61 /ebml/Cargo.toml
parente3f1a8ac9f4c9a015e9eac769fb3262e3bd16bad (diff)
downloadjellything-9f9449ddd58eb07d20e14e7a75c7387c9cc17ebe.tar
jellything-9f9449ddd58eb07d20e14e7a75c7387c9cc17ebe.tar.bz2
jellything-9f9449ddd58eb07d20e14e7a75c7387c9cc17ebe.tar.zst
write more code
Diffstat (limited to 'ebml/Cargo.toml')
-rw-r--r--ebml/Cargo.toml10
1 files changed, 0 insertions, 10 deletions
diff --git a/ebml/Cargo.toml b/ebml/Cargo.toml
deleted file mode 100644
index 6dfc8f9..0000000
--- a/ebml/Cargo.toml
+++ /dev/null
@@ -1,10 +0,0 @@
-[package]
-name = "jellyebml"
-version = "0.1.0"
-edition = "2021"
-
-[dependencies]
-ebml_derive = { path = "../ebml_derive" }
-anyhow = "1.0.68"
-log = "0.4.17"
-env_logger = "0.10.0"