numf/Cargo.toml

21 lines
463 B
TOML
Raw Normal View History

2024-05-10 13:57:36 +02:00
[package]
2024-05-10 15:55:24 +02:00
name = "numf"
2024-05-10 13:57:36 +02:00
version = "0.1.0"
edition = "2021"
publish = false
authors = ["Christoph J. Scherr <software@cscherr.de>"]
license = "MIT"
2024-05-10 15:55:24 +02:00
description = "Convert numbes between formats"
2024-05-10 13:57:36 +02:00
readme = "README.md"
2024-05-10 15:55:24 +02:00
homepage = "https://git.cscherr.de/PlexSheep/numf"
repository = "https://git.cscherr.de/PlexSheep/numf"
keywords = ["cli"]
2024-05-10 13:57:36 +02:00
[dependencies]
2024-05-10 15:55:24 +02:00
anyhow = "1.0.83"
base64 = "0.22.1"
2024-05-10 15:55:24 +02:00
clap = { version = "4.5.4", features = ["derive"] }
clap-num = "1.1.1"
2024-05-10 13:57:36 +02:00