Skip to content
Snippets Groups Projects
Commit d6adcc34 authored by Éloïs's avatar Éloïs
Browse files

[enh] #68 add TUI crate

parent 7c40cda4
No related branches found
No related tags found
1 merge request!58Resolve "Add crates blockchain, conf, core, dal, message, module, network, tui and ws2p"
[package]
name = "duniter-tui"
version = "0.1.0"
authors = ["librelois <elois@ifee.fr>"]
description = "Terminal user interface for Duniter-Rs."
license = "AGPL-3.0"
[lib]
path = "lib.rs"
[dependencies]
chrono = "0.4.2"
duniter-conf = { path = "../conf" }
duniter-crypto = { path = "../crypto" }
duniter-dal = { path = "../dal" }
duniter-documents = { path = "../documents" }
duniter-message = { path = "../message" }
duniter-module = { path = "../module" }
duniter-network = { path = "../network" }
log = "0.4.1"
serde_json = "1.0.9"
termion = "1.5.1"
\ No newline at end of file
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment