fix: move package attributes to workspace
This commit is contained in:
parent
9afa5ff0cc
commit
e4b204eae6
4 changed files with 30 additions and 18 deletions
|
|
@ -1,7 +1,9 @@
|
|||
[package]
|
||||
name = "rustypipe-codegen"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
edition.workspace = true
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
|
|
|
|||
Reference in a new issue