blob: ebdf3b832fc75c00749ca38b1248ef3d8737eda0 (
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 = { workspace = true }
license = { workspace = true }
authors = { workspace = true }
publish = false
[dependencies]
anyhow = { workspace = true }
serde = { workspace = true }
# vim: ts=4 sw=4 expandtab
|