rust-basel-cli 0.0.1

The cli to explore meetups and interact
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "rust-basel-cli"
version = "0.0.1"
edition = "2024"
authors = ["rust-basel"]
description = "The cli to explore meetups and interact"
license = "MIT"
repository = "https://github.com/rust-basel/cli"
keywords = ["cli"]
categories = ["command-line-utilities"]

[[bin]]
name = "basel"
path = "src/main.rs"

[dependencies]
argh = "0.1.13"