diff options
Diffstat (limited to 'usr/src/mei/echo/Cargo.toml')
-rw-r--r-- | usr/src/mei/echo/Cargo.toml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr/src/mei/echo/Cargo.toml b/usr/src/mei/echo/Cargo.toml index 8ec00ee..0d7dad6 100644 --- a/usr/src/mei/echo/Cargo.toml +++ b/usr/src/mei/echo/Cargo.toml @@ -1,7 +1,10 @@ [package] name = "echo" -version = "0.1.0" -edition = "2021" +version.workspace = true +edition.workspace = true +authors.workspace = true +description.workspace = true +documentation.workspace = true [[bin]] name = "echo" |