From ec09c0ae43799846a68a4e100a68353730edfed1 Mon Sep 17 00:00:00 2001 From: LawnCable Date: Fri, 15 Apr 2022 08:36:36 +0200 Subject: init --- Cargo.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..f4267e6 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,13 @@ +[package] +name = "fast-tiled" +version = "0.1.0" +authors = ["LawnCable "] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +anyhow = "1.0.40" +rgb = "0.8.27" +roxmltree = "0.14.1" +read_color = "1.0.0" \ No newline at end of file -- cgit v1.2.3-60-g2f50