Skip to content

Commit ae21205

Browse files
committed
chore: Cargo.toml cleanups
Signed-off-by: Shane Utt <[email protected]>
1 parent 6a20ea7 commit ae21205

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

xtask/Cargo.toml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[package]
22
name = "enum_default_generator"
3-
version = "0.1.0"
4-
edition = "2021"
53
description = "Codegen tool to generate Default trait impls for Gateway API enums"
64

7-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
5+
authors.workspace = true
6+
edition.workspace = true
7+
license.workspace = true
8+
version.workspace = true
89

910
[dependencies]
1011
codegen = "0.2.0"

0 commit comments

Comments
 (0)