-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
36 lines (30 loc) · 899 Bytes
/
Cargo.toml
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
32
33
34
35
36
[package]
authors = ["lonelyhentxi <[email protected]>"]
edition = "2021"
name = "grasslands"
version = "0.1.3"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["cdylib"]
[dependencies]
anyhow = { version = "1.0.75", features = [] }
codemap = "0.1.3"
dunce = "1.0.4"
lazy_static = { version = "1.4.0", features = [] }
napi = "2"
napi-derive = "2"
nodejs-resolver = "0.1.0"
path-slash = "0.2.1"
regex = "1.10.2"
serde_json = "1.0.108"
sugar_path = "0.0.12"
swc_common = "0.33.9"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
[dependencies.grass]
git = "https://github.com/lonelyhentxi/grass.git"
rev = "0d53312"
[build-dependencies]
napi-build = "2"
[profile.release]
lto = true