aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-01-13 18:06:11 +0100
committermetamuffin <metamuffin@disroot.org>2023-01-13 18:06:11 +0100
commit8fc4b9792044d82e729e8b4ef993c6391d711c5b (patch)
treead69a04a83e876dce4ebb15513c69fad757483d8 /Cargo.toml
parentb192ec740d358d0e12eedd1308d006e080b3d8c2 (diff)
downloadjellything-8fc4b9792044d82e729e8b4ef993c6391d711c5b.tar
jellything-8fc4b9792044d82e729e8b4ef993c6391d711c5b.tar.bz2
jellything-8fc4b9792044d82e729e8b4ef993c6391d711c5b.tar.zst
started writing a proc_macro now
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 17429e6..db44f21 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,2 +1,2 @@
[workspace]
-members = ["server", "remuxer", "common", "tools", "remuxer/ebml_derive"]
+members = ["server", "remuxer", "common", "tools", "ebml", "ebml_derive"]