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

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

[dependencies]
anyhow = { workspace = true }
clap = { workspace = true, features = [ "derive" ] }
cms-ident = { workspace = true }
cms-socket = { workspace = true }
cms-socket-post = { workspace = true }
pyo3 = { workspace = true, features = [ "abi3", "auto-initialize", "anyhow" ] }
tokio = { workspace = true, features = [ "rt", "rt-multi-thread", "sync", "signal", "macros", "fs", "io-util", "time" ] }

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