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

[dependencies]
anyhow = "1"
clap = { version = "4", features = ["derive"] }
cms-ident = { path = "../cms-ident" }
cms-socket = { path = "../cms-socket" }
cms-socket-post = { path = "../cms-socket-post" }
pyo3 = { version = "0.21", features = [ "abi3", "auto-initialize", "anyhow" ] }
tokio = { version = "1", features = [ "rt", "rt-multi-thread", "sync", "signal", "macros", "fs", "io-util", "time" ] }

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