mirror of
https://codeberg.org/JasterV/granc.git
synced 2026-04-26 18:40:05 +00:00
* chore: release * update * remove the experimental warning * update ci workflow --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: JasterV <49537445+JasterV@users.noreply.github.com>
24 lines
779 B
TOML
24 lines
779 B
TOML
[package]
|
|
authors = { workspace = true }
|
|
categories = ["network-programming", "command-line-utilities"]
|
|
description = "A dynamic gRPC CLI tool written in Rust (gRPC + Cranc, Crab in Catalan)"
|
|
edition = { workspace = true }
|
|
homepage = { workspace = true }
|
|
keywords = ["cli", "command-line", "grpc", "grpcurl", "curl"]
|
|
license = { workspace = true }
|
|
name = "granc"
|
|
publish = true
|
|
readme = "../README.md"
|
|
repository = { workspace = true }
|
|
rust-version = { workspace = true }
|
|
version = "0.7.1"
|
|
|
|
[dependencies]
|
|
clap = { version = "4.5.56", features = ["derive"] }
|
|
colored = "3.1.1"
|
|
granc_core = "0.6.1"
|
|
serde_json = { workspace = true }
|
|
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }
|
|
|
|
[dev-dependencies]
|
|
granc-test-support = { path = "../granc-test-support" }
|