main: launch main loop and wayland sock

This commit is contained in:
Victoria Brekenfeld 2021-12-15 18:00:28 +01:00
parent b7da65117e
commit 2698c06f50
5 changed files with 318 additions and 2 deletions

View file

@ -6,6 +6,12 @@ license = "GPL-3.0-only"
authors = ["Victoria Brekenfeld"]
[dependencies]
anyhow = "1.0.51"
slog = "2.7"
slog-term = "2.8"
slog-async = "2.7"
slog-scope = "4.4"
slog-stdlog = "4.1"
[dependencies.smithay]
version = "0.3"