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

[package]
name = "cms-socket-post"
version = "1.0.0"
edition = { workspace = true }
license = { workspace = true }
authors = { workspace = true }
publish = false

[dependencies]
anyhow = { workspace = true }
bincode = { workspace = true }
cms-ident = { workspace = true }
cms-socket = { workspace = true }
serde = { workspace = true, features = [ "derive" ] }

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