summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRomain Porte <microjoe@microjoe.org>2020-02-09 16:11:47 +0100
committerRomain Porte <microjoe@microjoe.org>2020-02-09 16:11:47 +0100
commit9579f4cbfef9e53eefdadcd366e577d0514ff7ed (patch)
tree86d382d32125c87ef756c0bac73452349653b6a3 /Cargo.toml
parent5b4b95fc25d92615fe2555cac0d53c425e5201b0 (diff)
downloadcharlcd-9579f4cbfef9e53eefdadcd366e577d0514ff7ed.tar.gz
charlcd-9579f4cbfef9e53eefdadcd366e577d0514ff7ed.zip
add docs
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3c7837b..e947c52 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,10 @@ version = "0.1.0"
authors = ["Romain Porte <microjoe@microjoe.org>"]
edition = "2018"
+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
[dependencies]
+# temporary requirement for of_node hack (width and height)
byteorder = "1.*"