summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2020-11-15 19:55:56 +0100
committerGitHub <noreply@github.com>2020-11-15 19:55:56 +0100
commit47954166a2fc7cc136043a66782a25d832196e4b (patch)
treef7da8ad572f6dee70b233528ebbf1d94176691b7 /Cargo.lock
parenta2914066bf0e2e2bf5caee263d2378b7d77f477f (diff)
feat(ux): initial layout engine (#50)
* prototype * refactor(layout): move stuff around * style(format): make rustfmt happy
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9667bb051..8221a3110 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -457,6 +457,7 @@ dependencies = [
"libc",
"nix",
"serde",
+ "serde_yaml",
"signal-hook",
"structopt",
"termios",