From 8eae1719cd68929580ea2c8e795d238a1a03d81d Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 14 Jul 2024 23:39:47 +0900 Subject: initial commit --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..ebcad2b --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "reparojson" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +anyhow = "1.0.86" -- cgit v1.2.3-70-g09d2