fix: move package attributes to workspace

This commit is contained in:
ThetaDev 2024-03-23 00:56:48 +01:00
parent 9afa5ff0cc
commit e4b204eae6
No known key found for this signature in database
GPG key ID: E319D3C5148D65B6
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]