zino-cli 0.0.1

CLI tool for zino.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[[bin]]
name = "zn"
path = "src/main.rs"

[dependencies]

[package]
categories = ["command-line-utilities", "network-programming", "web-programming"]
description = "CLI tool for zino."
documentation = "https://docs.rs/zino-cli"
edition = "2021"
homepage = "https://github.com/photino/zino"
keywords = ["cli", "gui", "zino", "dioxus"]
license = "MIT"
name = "zino-cli"
readme = "README.md"
repository = "https://github.com/photino/zino"
version = "0.0.1"