This repository has been archived on 2024-10-16. You can view files and clone it, but cannot push or open issues or pull requests.
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"
|
|
|
|
clap = { version = "4.5.4", features = ["derive"] }
|
|
|
|
clap-num = "1.1.1"
|
2024-05-10 13:57:36 +02:00
|
|
|
|