summaryrefslogtreecommitdiff
path: root/unigen/Cargo.lock
blob: 5a36f70306189fa7e5aeb3703c673810a9d1e13c (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 = 4

[[package]]
name = "lexopt"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c5d9b5843e8c9311ff602e6bd50855015e99e75159c2c54fe104cfac241f552"

[[package]]
name = "unigen"
version = "0.1.0"
dependencies = [
 "lexopt",
]