rust-basel-cli 0.1.1

The cli to explore meetups and interact
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "rust-basel-cli"
version = "0.1.1"
authors = ["rust-basel"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The cli to explore meetups and interact"
readme = "README.md"
keywords = ["cli"]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/rust-basel/cli"

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

[dependencies.argh]
version = "0.1.13"

[dependencies.color-eyre]
version = "0.6.5"
features = [
    "issue-url",
    "url",
]

[dependencies.crossterm]
version = "0.28"

[dependencies.dirs]
version = "6.0.0"

[dependencies.inquire]
version = "0.9.1"

[dependencies.markdown]
version = "1.0.0"

[dependencies.maud]
version = "0.27.0"

[dependencies.ratatui]
version = "0.29"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.toml]
version = "0.9"

[dependencies.xshell]
version = "0.2.7"