diff options
author | Ren Kararou <[email protected]> | 2023-11-15 17:01:31 -0600 |
---|---|---|
committer | Ren Kararou <[email protected]> | 2023-11-15 17:01:31 -0600 |
commit | e9028cfd5635ffdd972dfebacb32f9fe7ef1eb69 (patch) | |
tree | 514c5fb2b4e669d4a3a5578a00677b563c4520c7 /usr/src/mei/echo/Cargo.toml | |
parent | 25f2f5d358383a130754826b6547c79f5d5ab50e (diff) | |
download | k2spice-e9028cfd5635ffdd972dfebacb32f9fe7ef1eb69.tar.gz k2spice-e9028cfd5635ffdd972dfebacb32f9fe7ef1eb69.tar.bz2 k2spice-e9028cfd5635ffdd972dfebacb32f9fe7ef1eb69.zip |
add license information to Cargo manifest
Diffstat (limited to 'usr/src/mei/echo/Cargo.toml')
-rw-r--r-- | usr/src/mei/echo/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/mei/echo/Cargo.toml b/usr/src/mei/echo/Cargo.toml index 0d7dad6..3c1ddcd 100644 --- a/usr/src/mei/echo/Cargo.toml +++ b/usr/src/mei/echo/Cargo.toml @@ -2,6 +2,7 @@ name = "echo" version.workspace = true edition.workspace = true +license.workspace = true authors.workspace = true description.workspace = true documentation.workspace = true |