xberg-cli 0.0.1

Placeholder for xberg-cli; see https://github.com/xberg-io/xberg
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "xberg-cli"
version = "0.0.1"
edition = "2021"
license = "MIT"
description = "Placeholder for xberg-cli; see https://github.com/xberg-io/xberg"
repository = "https://github.com/xberg-io/xberg"

[[bin]]
name = "xberg-cli"
path = "src/main.rs"