diff options
| author | Dylan <boss@tehbox.org> | 2026-06-21 15:01:28 +1200 |
|---|---|---|
| committer | Dylan <boss@tehbox.org> | 2026-06-21 15:03:02 +1200 |
| commit | a472b1cdaa8a1f72b96988009b3d4d9820e7128f (patch) | |
| tree | 833959761c3c1f60c60425bdc7553162cacb3f2d /Cargo.toml | |
| parent | 14de6db28fb689cdb066c5b01a2885b6a6a35157 (diff) | |
| download | tehimage-rs-a472b1cdaa8a1f72b96988009b3d4d9820e7128f.tar.gz tehimage-rs-a472b1cdaa8a1f72b96988009b3d4d9820e7128f.zip | |
feat: Added bitmap writing
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,7 +1,4 @@ [package] name = "testing" version = "0.1.0" -edition = "2024" - -[dependencies] -rand = "0.8.5" +edition = "2024"
\ No newline at end of file |
