diff options
author | Ren Kararou <[email protected]> | 2023-11-15 16:55:13 -0600 |
---|---|---|
committer | Ren Kararou <[email protected]> | 2023-11-15 16:55:13 -0600 |
commit | 25f2f5d358383a130754826b6547c79f5d5ab50e (patch) | |
tree | 94d132ac0ce8225310af3864d8e525c82789b248 /usr/src/mei/printf/Cargo.toml | |
parent | 80c9771e932e8d665ee127dc78bd2f6a6794243f (diff) | |
download | k2spice-25f2f5d358383a130754826b6547c79f5d5ab50e.tar.gz k2spice-25f2f5d358383a130754826b6547c79f5d5ab50e.tar.bz2 k2spice-25f2f5d358383a130754826b6547c79f5d5ab50e.zip |
use workspace more aggressively for dependency alignment
Diffstat (limited to 'usr/src/mei/printf/Cargo.toml')
-rw-r--r-- | usr/src/mei/printf/Cargo.toml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/usr/src/mei/printf/Cargo.toml b/usr/src/mei/printf/Cargo.toml index 57fe821..2a7f092 100644 --- a/usr/src/mei/printf/Cargo.toml +++ b/usr/src/mei/printf/Cargo.toml @@ -1,7 +1,10 @@ [package] name = "printf" -version = "0.1.0" -edition = "2021" +version.workspace = true +edition.workspace = true +authors.workspace = true +description.workspace = true +documentation.workspace = true [[bin]] name = "printf" @@ -10,4 +13,4 @@ path = "src/printf.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -clap = { version = "4.4.8", features = ["derive"] } +clap.workspace = true |