summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
blob: 6a2206f9f215a45a413af26dd69ffea80a08beab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "libc"
version = "0.2.152"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7"

[[package]]
name = "snake"
version = "1.0.0"
dependencies = [
 "libc",
]