aboutsummaryrefslogtreecommitdiffstats
path: root/cms-socket/Cargo.toml
blob: 6e97f2d0d3bf5fffae942313c500b3c99960ea16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# -*- coding: utf-8 -*-

[package]
name = "cms-socket"
version = "1.0.0"
edition = "2021"
license = "GPL-2.0-or-later"
authors = [ "Michael Büsch <m@bues.ch>" ]
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
bues.ch cgit interface