add more metadata and installation options
All checks were successful
Rust / build (push) Successful in 1m58s
All checks were successful
Rust / build (push) Successful in 1m58s
This commit is contained in:
parent
cce94deba1
commit
30b887dc03
2 changed files with 22 additions and 6 deletions
|
@ -1,8 +1,16 @@
|
|||
[package]
|
||||
name = "servicepoint-cli"
|
||||
description = "A command line interface for the ServicePoint display."
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.78.0"
|
||||
publish = true
|
||||
resolver = "2"
|
||||
readme = "README.md"
|
||||
license = "GPL-3.0-or-later"
|
||||
repository = "https://git.berlin.ccc.de/servicepoint/servicepoint-cli"
|
||||
homepage = "https://crates.io/crates/servicepoint-cli"
|
||||
keywords = ["cccb", "cccb-servicepoint", "cli"]
|
||||
|
||||
[dependencies]
|
||||
servicepoint = { version = "0.13.0", features = ["protocol_websocket"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue