diff options
author | iximeow <me@iximeow.net> | 2019-04-06 23:14:42 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-01-12 16:26:39 -0800 |
commit | 05d511ff490fa4b4783e54a9f4f32418a29af2d1 (patch) | |
tree | 02c2c1983ab7c0346336b8181705c54c0f546a6d | |
parent | 1374b211d663f988146e9da00524f60c90c474f3 (diff) |
add lock file
-rw-r--r-- | Cargo.lock | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock new file mode 100644 index 0000000..51f77db --- /dev/null +++ b/Cargo.lock @@ -0,0 +1,14 @@ +[[package]] +name = "num-traits" +version = "0.2.6" +source = "registry+https://github.com/rust-lang/crates.io-index" + +[[package]] +name = "yaxpeax-arch" +version = "0.0.1" +dependencies = [ + "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[metadata] +"checksum num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1" |