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

[package]
name = "cms-cgi"
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-seccomp = { path = "../cms-seccomp" }
cms-socket = { path = "../cms-socket" }
cms-socket-back = { path = "../cms-socket-back" }
querystrong = "0.3"

[build-dependencies]
build-target = "0.4"
cms-seccomp = { path = "../cms-seccomp" }

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