15 lines
501 B
TOML
15 lines
501 B
TOML
[package]
|
|
name = "anzahlmenschen"
|
|
description = "A number formatting crate that only depends on std."
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["Celeste <colean@colean.cc>"]
|
|
license = "MPL-2.0"
|
|
homepage = "https://git.colean.cc/anzahl-menschen/about"
|
|
repository = "https://git.colean.cc/anzahl-menschen/"
|
|
readme = "README.md"
|
|
categories = ["value-formatting", "parsing", "encoding"]
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|