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.lock | |
| download | reparojson-8eae1719cd68929580ea2c8e795d238a1a03d81d.tar.gz reparojson-8eae1719cd68929580ea2c8e795d238a1a03d81d.tar.zst reparojson-8eae1719cd68929580ea2c8e795d238a1a03d81d.zip | |
initial commit
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock new file mode 100644 index 0000000..98b0957 --- /dev/null +++ b/Cargo.lock @@ -0,0 +1,16 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 3 + +[[package]] +name = "anyhow" +version = "1.0.86" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" + +[[package]] +name = "reparojson" +version = "0.1.0" +dependencies = [ + "anyhow", +] |
