feat: initial nuwiki Rust workspace (core, lsp, ls)
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
[workspace]
|
||||
resolver = "2"
|
||||
members = ["crates/*"]
|
||||
|
||||
[workspace.package]
|
||||
version = "0.3.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.83"
|
||||
authors = ["Gabriel Fróes Franco <gffranco@gmail.com>"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://code.gfran.co/gffranco/nuwiki-rs"
|
||||
homepage = "https://code.gfran.co/gffranco/nuwiki-rs"
|
||||
|
||||
[workspace.lints.rust]
|
||||
unsafe_code = "forbid"
|
||||
|
||||
[workspace.lints.clippy]
|
||||
all = { level = "warn", priority = -1 }
|
||||
Reference in New Issue
Block a user