mirror of https://github.com/lapce/lapce.git
Minor changes of root `Cargo.toml`.
**Removed**: - `resolver = "2"` is unnecessary due to in the 2021 edition `resolver` are by default is `2`. **Added**: - Set default crate to run by `cargo run/r` command.
This commit is contained in:
parent
7ec282dcd3
commit
acf4260d4e
|
@ -4,7 +4,7 @@ version = "0.2.0"
|
||||||
authors = ["Dongdong Zhou <dzhou121@gmail.com>"]
|
authors = ["Dongdong Zhou <dzhou121@gmail.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.62"
|
rust-version = "1.62"
|
||||||
resolver = "2"
|
default-run = "lapce"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
lapce-ui = { path = "./lapce-ui" }
|
lapce-ui = { path = "./lapce-ui" }
|
||||||
|
|
Loading…
Reference in New Issue