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:
George 2022-09-16 21:41:53 +03:00 committed by GitHub
parent 7ec282dcd3
commit acf4260d4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ version = "0.2.0"
authors = ["Dongdong Zhou <dzhou121@gmail.com>"]
edition = "2021"
rust-version = "1.62"
resolver = "2"
default-run = "lapce"
[dependencies]
lapce-ui = { path = "./lapce-ui" }