diff options
author | metamuffin <metamuffin@disroot.org> | 2022-10-17 15:27:33 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2022-10-17 15:27:33 +0200 |
commit | 740959405b1e9a1312798b482053c01b1fab4dbb (patch) | |
tree | 2946dc403b3f4357e80b1b3b889672bd9a68f4f0 /Cargo.toml | |
download | trash-map-740959405b1e9a1312798b482053c01b1fab4dbb.tar trash-map-740959405b1e9a1312798b482053c01b1fab4dbb.tar.bz2 trash-map-740959405b1e9a1312798b482053c01b1fab4dbb.tar.zst |
a
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..c86bb65 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,14 @@ +[package] +name = "trash-map" +version = "0.1.0" +edition = "2021" + +[dependencies] +fastnbt = "2.3.2" +fastanvil = "0.26.0" + +image = "0.24.4" +imageproc = "0.23.0" + +log = "0.4.17" +env_logger = "0.9.1" |