You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
341 B
18 lines
341 B
[package]
|
|
name = "rust-analyzer-chromiumos-wrapper"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[profile.release]
|
|
panic = "abort"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
log = { version = "0.4.17" }
|
|
serde_json = "1.0"
|
|
simplelog = { version = "0.12.0" }
|
|
|
|
[features]
|
|
default = ["no_debug_log"]
|
|
no_debug_log = ["log/max_level_off", "log/release_max_level_off"]
|