aboutsummaryrefslogtreecommitdiffstats
path: root/cms-socket-back/Cargo.toml
blob: a9b961f05a96e04fcca19219e8e45b2ba579ff7d (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-back"
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