# -*- coding: utf-8 -*- [package] name = "cms-socket" version = "1.0.0" edition = "2021" license = "GPL-2.0-or-later" authors = [ "Michael Büsch " ] publish = false [dependencies] anyhow = "1" bincode = "1" cms-systemd = { path = "../cms-systemd" } libc = "0.2" serde = { version = "1", features = [ "derive" ] } tokio = { version = "1", features = [ "net" ] } # vim: ts=4 sw=4 expandtab