From 424ead82cc0e5903af3f3e9070cc60571e60cac9 Mon Sep 17 00:00:00 2001 From: Julian Orth Date: Wed, 13 Apr 2022 21:05:48 +0200 Subject: [PATCH] autocommit 2022-04-13 21:05:48 CEST --- qoi/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 qoi/Cargo.toml diff --git a/qoi/Cargo.toml b/qoi/Cargo.toml new file mode 100644 index 00000000..d9b4ba3b --- /dev/null +++ b/qoi/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "qoi" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies]