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

[package]
name = "cms-fsd"
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-db = { path = "../cms-socket-db" }
inotify = "0.10"
lazy_static = "1"
lru = "0.12"
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