diff options
author | pommicket <pommicket@gmail.com> | 2023-09-03 15:06:45 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-09-03 15:06:45 -0400 |
commit | 0e1bda128a4277296cb1f620cdf12d35482823f4 (patch) | |
tree | 268b1c7e91bd67932d6ed5a6301f0b61e3b969fe /Cargo.toml |
initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..ca5205b --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "tiny-png" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] |