aboutsummaryrefslogtreecommitdiffstats
path: root/cms-ident/Cargo.toml
blob: ca6d519630e1b81a34d426bd02b38e7532b0032f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# -*- coding: utf-8 -*-

[package]
name = "cms-ident"
version = "1.0.0"
edition = "2021"
license = "GPL-2.0-or-later"
authors = [ "Michael Büsch <m@bues.ch>" ]
publish = false

[dependencies]
anyhow = "1"
serde = { version = "1", features = [ "derive" ] }

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