mirror of
https://github.com/SpaceManiac/SpacemanDMM.git
synced 2025-12-23 05:36:47 +00:00
Move version, authors, edition into workspace Cargo.toml
This commit is contained in:
parent
0290db5c75
commit
567e57b817
5 changed files with 18 additions and 13 deletions
|
|
@ -1,4 +1,5 @@
|
|||
[workspace]
|
||||
resolver = "2"
|
||||
members = [
|
||||
"crates/builtins-proc-macro",
|
||||
"crates/dap-types",
|
||||
|
|
@ -11,7 +12,11 @@ members = [
|
|||
"crates/interval-tree",
|
||||
#"crates/spaceman-dmm",
|
||||
]
|
||||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
version = "1.11.0"
|
||||
authors = ["Tad Hardesty <tad@platymuus.com>"]
|
||||
edition = "2021"
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 2
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
[package]
|
||||
name = "dm-langserver"
|
||||
version = "1.11.0"
|
||||
authors = ["Tad Hardesty <tad@platymuus.com>"]
|
||||
edition = "2021"
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
url = "2.5.2"
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
[package]
|
||||
name = "dmdoc"
|
||||
version = "1.11.0"
|
||||
authors = ["Tad Hardesty <tad@platymuus.com>"]
|
||||
homepage = "https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md"
|
||||
edition = "2021"
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
dreammaker = { path = "../dreammaker" }
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
[package]
|
||||
name = "dmm-tools-cli"
|
||||
version = "1.11.0"
|
||||
authors = ["Tad Hardesty <tad@platymuus.com>"]
|
||||
description = "BYOND map rendering and analysis tools powered by SpacemanDMM"
|
||||
edition = "2021"
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
[[bin]]
|
||||
name = "dmm-tools"
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
[package]
|
||||
name = "dreamchecker"
|
||||
version = "1.11.0"
|
||||
authors = ["Tad Hardesty <tad@platymuus.com>"]
|
||||
edition = "2021"
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
dreammaker = { path = "../dreammaker" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue