summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 10fb7c7..24153a6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,4 +1,7 @@
[package]
name = "testing"
version = "0.1.0"
-edition = "2024" \ No newline at end of file
+edition = "2024"
+
+[dependencies]
+byte_encode_derive = { version = "0.1.0", path = "byte_encode_derive" }