aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-07-14 23:39:47 +0900
committernsfisis <nsfisis@gmail.com>2024-07-14 23:39:47 +0900
commit8eae1719cd68929580ea2c8e795d238a1a03d81d (patch)
tree87c541563d476612feb456701919eb58fee35d60 /Cargo.toml
downloadreparojson-8eae1719cd68929580ea2c8e795d238a1a03d81d.tar.gz
reparojson-8eae1719cd68929580ea2c8e795d238a1a03d81d.tar.zst
reparojson-8eae1719cd68929580ea2c8e795d238a1a03d81d.zip
initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 9 insertions, 0 deletions
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"