-
Notifications
You must be signed in to change notification settings - Fork 7
/
Cargo.lock
25 lines (22 loc) · 864 Bytes
/
Cargo.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "oxc"
version = "0.1.0"
dependencies = [
"peek-nth 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "peek-nth"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "smallvec"
version = "0.6.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
[metadata]
"checksum peek-nth 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fb7a9ed6377ba979ee205df10c62755c97594d0aae99a34ea0b7c02766de1fed"
"checksum smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c4488ae950c49d403731982257768f48fada354a5203fe81f9bb6f43ca9002be"