diff options
| author | Dylan <boss@tehbox.org> | 2026-08-26 23:58:16 +1200 |
|---|---|---|
| committer | Dylan <boss@tehbox.org> | 2026-08-26 23:58:16 +1200 |
| commit | 7c640bfeaf2a0fbc8c3550b4c19790a800a7f6a2 (patch) | |
| tree | 60ef598fa415b6a01bed7b1c1f62c1c696111c8f /Cargo.toml | |
| parent | f8ffb92f2857677e4a9986ef154800ddb2e233fd (diff) | |
| download | tehimage-rs-7c640bfeaf2a0fbc8c3550b4c19790a800a7f6a2.tar.gz tehimage-rs-7c640bfeaf2a0fbc8c3550b4c19790a800a7f6a2.zip | |
Added derive macro for byte encode
Added start for PNG reading
Added BMP writing
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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" } |
