aboutsummaryrefslogtreecommitdiffstats
path: root/cms-socket/Cargo.toml
blob: df7750955fd2fc89c515f36d62cd53ec8ca62f87 (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 = { workspace = true }
license = { workspace = true }
authors = { workspace = true }
publish = false

[dependencies]
anyhow = { workspace = true }
bincode = { workspace = true }
cms-systemd = { workspace = true }
libc = { workspace = true }
serde = { workspace = true, features = [ "derive" ] }
tokio = { workspace = true, features = [ "net" ] }

# vim: ts=4 sw=4 expandtab
bues.ch cgit interface