16 lines
354 B
TOML
16 lines
354 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"
|
|
obfstr = "0.4.4"
|
|
thiserror = "2.0.12"
|