diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-07-14 23:39:47 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-07-14 23:39:47 +0900 |
| commit | 8eae1719cd68929580ea2c8e795d238a1a03d81d (patch) | |
| tree | 87c541563d476612feb456701919eb58fee35d60 /Cargo.toml | |
| download | reparojson-8eae1719cd68929580ea2c8e795d238a1a03d81d.tar.gz reparojson-8eae1719cd68929580ea2c8e795d238a1a03d81d.tar.zst reparojson-8eae1719cd68929580ea2c8e795d238a1a03d81d.zip | |
initial commit
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 9 |
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" |
