diff options
author | Agathe Porte <microjoe@microjoe.org> | 2020-03-22 22:23:23 +0100 |
---|---|---|
committer | Agathe Porte <microjoe@microjoe.org> | 2020-03-22 22:23:23 +0100 |
commit | 22ce7e3aa8a7a63863930d0c476a8dbd5e83a8fb (patch) | |
tree | f6682bc7eea0b0c21c33efa2f4de7676b244e6d4 /Cargo.toml | |
parent | 5c8f9e2a6739e1013869e44e9d988d9528b28f95 (diff) | |
download | charlcd-22ce7e3aa8a7a63863930d0c476a8dbd5e83a8fb.tar.gz charlcd-22ce7e3aa8a7a63863930d0c476a8dbd5e83a8fb.zip |
add Apache2 license
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ name = "charlcd" version = "0.1.0" authors = ["Agathe Porte <microjoe@microjoe.org>"] edition = "2018" - +license = "Apache-2.0" description = "/dev/lcd Linux charlcd device driver abstraction library" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |