-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.lock
More file actions
31 lines (27 loc) · 761 Bytes
/
Cargo.lock
File metadata and controls
31 lines (27 loc) · 761 Bytes
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
26
27
28
29
30
31
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "bytes"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "lua_minifier"
version = "0.1.0"
dependencies = [
"lazy_static",
"lua_parser",
]
[[package]]
name = "lua_parser"
version = "0.1.0"
source = "git+https://github.com/PY44N/LuaParser#0ded8b959321a2cb269c0f9300b67da46e2adb64"
dependencies = [
"bytes",
]