summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDylan <boss@tehbox.org>2026-08-26 23:58:16 +1200
committerDylan <boss@tehbox.org>2026-08-26 23:58:16 +1200
commit7c640bfeaf2a0fbc8c3550b4c19790a800a7f6a2 (patch)
tree60ef598fa415b6a01bed7b1c1f62c1c696111c8f /Cargo.toml
parentf8ffb92f2857677e4a9986ef154800ddb2e233fd (diff)
downloadtehimage-rs-7c640bfeaf2a0fbc8c3550b4c19790a800a7f6a2.tar.gz
tehimage-rs-7c640bfeaf2a0fbc8c3550b4c19790a800a7f6a2.zip
feat: Added a bunch of stuffHEADmaster
Added derive macro for byte encode Added start for PNG reading Added BMP writing
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" }