news-flash-cli/Cargo.toml

12 lines
339 B
TOML

[package]
name = "news-flash-cli"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
# news-flash stable 1.2.2 does not build.
# 2.0.0 is in alpha, and available via git.
news-flash = { git = "https://gitlab.com/news-flash/news_flash.git" }