22 lines
490 B
TOML
22 lines
490 B
TOML
[package]
|
|
name = "duniter-gva-conf"
|
|
version = "0.1.0"
|
|
authors = ["elois <elois@duniter.org>"]
|
|
description = "Duniter GVA DB"
|
|
repository = "https://git.duniter.org/nodes/rust/modules/duniter-gva"
|
|
license = "AGPL-3.0"
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
duniter-core = { git = "https://git.duniter.org/nodes/rust/duniter-core" }
|
|
read_input = "0.8"
|
|
serde = { version = "1.0.105", features = ["derive"] }
|
|
structopt = "0.3"
|
|
|
|
[dev-dependencies]
|
|
|
|
[features]
|