diff options
| author | metamuffin <metamuffin@disroot.org> | 2023-01-13 17:12:47 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2023-01-13 17:12:47 +0100 |
| commit | b192ec740d358d0e12eedd1308d006e080b3d8c2 (patch) | |
| tree | f642ddaa0e35694f611cc97978f1031431b5fef2 /ebml/Cargo.toml | |
| parent | 7ca91b6f33bb260bc966e853c832b4339c1c2ae0 (diff) | |
| download | jellything-b192ec740d358d0e12eedd1308d006e080b3d8c2.tar jellything-b192ec740d358d0e12eedd1308d006e080b3d8c2.tar.bz2 jellything-b192ec740d358d0e12eedd1308d006e080b3d8c2.tar.zst | |
new starting with a new ebml impl
Diffstat (limited to 'ebml/Cargo.toml')
| -rw-r--r-- | ebml/Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ebml/Cargo.toml b/ebml/Cargo.toml new file mode 100644 index 0000000..b01d4a3 --- /dev/null +++ b/ebml/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "ebml" +version = "0.1.0" +edition = "2021" + +[dependencies] +ebml_derive = { path = "../ebml_derive" } |