"git@git.duniter.org:manutopik/wotwizard-ui.git" did not exist on "a607f59c29499600805b751a63dc5e6b2bc55da1"
Initial commit
parents
No related branches found
No related tags found
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- Cargo.lock 0 additions, 0 deletionsCargo.lock
- Cargo.toml 19 additions, 0 deletionsCargo.toml
- LICENSE 0 additions, 0 deletionsLICENSE
- README.md 1 addition, 0 deletionsREADME.md
- res/metadata.scale 0 additions, 0 deletionsres/metadata.scale
- src/main.rs 163 additions, 0 deletionssrc/main.rs
.gitignore
0 → 100644
Cargo.lock
0 → 100644
This diff is collapsed.
Cargo.toml
0 → 100644
[package] | |||
authors = ['librelois <c@elo.tf>'] | |||
edition = "2021" | |||
license = 'AGPL-3.0' | |||
name = "gcli" | |||
repository = 'https://git.duniter.org/clients/rust/gcli-v2s' | |||
version = "0.1.0" | |||
[dependencies] | |||
anyhow = "1.0" | |||
clap = { version = "3.0", features = ["derive"] } | |||
env_logger = "0.9.0" | |||
hex = "0.4.3" | |||
logs = "0.5" | |||
codec = { package = "parity-scale-codec", version = "2.3.1" } | |||
serde_json = "1.0.64" | |||
sp-core = { git = "https://github.com/librelois/substrate.git", branch = "duniter-monthly-2022-02" } | |||
subxt = { git = 'https://github.com/librelois/subxt.git', branch = 'duniter-monthly-2022-02' } | |||
tokio = { version = "1.15.0", features = ["macros"] } |
LICENSE
0 → 100644
This diff is collapsed.
README.md
0 → 100644
res/metadata.scale
0 → 100644
File added
src/main.rs
0 → 100644
Please register or sign in to comment