fix: move package attributes to workspace

This commit is contained in:
ThetaDev 2024-03-23 00:56:48 +01:00
parent d71ac9f05a
commit 866209c70f
4 changed files with 30 additions and 18 deletions

View file

@ -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]