timars/Cargo.toml

15 lines
337 B
TOML

[package]
name = "timars"
version = "0.1.0"
edition = "2024"
publish = false
authors = ["Christoph J. Scherr <software@cscherr.de>"]
license = "MIT"
readme = "README.md"
homepage = "https://git.cscherr.de/PlexSheep/rs-base"
repository = "https://git.cscherr.de/PlexSheep/rs-base"
[dependencies]
getopts = "0.2.21"
thiserror = "2.0.12"