aboutsummaryrefslogtreecommitdiffstats
path: root/cms-socket-post/Cargo.toml
blob: dc8edb7f0bae8246233db0c1caafe262a6706ef1 (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 = "2021"
license = "GPL-2.0-or-later"
authors = [ "Michael Büsch <m@bues.ch>" ]
publish = false

[dependencies]
anyhow = "1"
bincode = "1"
cms-ident = { path = "../cms-ident" }
cms-socket = { path = "../cms-socket" }
serde = { version = "1", features = [ "derive" ] }

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