This commit is contained in:
nora 2022-04-20 10:33:36 +02:00
commit b7b4283a77
4 changed files with 140 additions and 0 deletions

16
Cargo.lock generated Normal file
View file

@ -0,0 +1,16 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "ohno"
version = "0.1.0"
dependencies = [
"sptr",
]
[[package]]
name = "sptr"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e0d4365121b91e8522958da77ce29c004333daeaf0711225c4727c8c5f49941"