build: move common Cargo.toml keys into the workspace and inherit them
This commit is contained in:
parent
d989b26587
commit
d80d101e34
8 changed files with 61 additions and 48 deletions
|
|
@ -1,9 +1,9 @@
|
|||
[package]
|
||||
name = "tree-sitter-tests-proc-macro"
|
||||
version = "0.0.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue