cargo toml
cargo devel CI / cargo CI (push) Successful in 23s
Details
cargo devel CI / cargo CI (push) Successful in 23s
Details
This commit is contained in:
parent
2413084ad4
commit
f0765004b7
12
Cargo.toml
12
Cargo.toml
|
@ -1,15 +1,15 @@
|
||||||
[package]
|
[package]
|
||||||
name = "template"
|
name = "see"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
publish = false
|
publish = true
|
||||||
authors = ["Christoph J. Scherr <software@cscherr.de>"]
|
authors = ["Christoph J. Scherr <software@cscherr.de>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
description = "No description yet"
|
description = "print stdin to terminal, then to stdout (for piping)"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
homepage = "https://git.cscherr.de/PlexSheep/rs-base"
|
homepage = "https://git.cscherr.de/PlexSheep/see"
|
||||||
repository = "https://git.cscherr.de/PlexSheep/rs-base"
|
repository = "https://git.cscherr.de/PlexSheep/see"
|
||||||
keywords = ["template"]
|
keywords = ["cli"]
|
||||||
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
Loading…
Reference in New Issue