clankers-cli 0.1.6

Command-line interface for clankeRS
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "{{PROJECT_NAME}}"
version = "0.1.0"
edition = "2021"

[workspace]

[dependencies]
{{CLANKERS_DEPENDENCY}}
tokio = { version = "1", features = ["full"] }
tracing = "0.1"