update for cargo
This commit is contained in:
parent
7bc72bbecc
commit
55dc64691b
1 changed files with 7 additions and 0 deletions
|
@ -1,7 +1,14 @@
|
||||||
[package]
|
[package]
|
||||||
name = "anzahlmenschen"
|
name = "anzahlmenschen"
|
||||||
|
description = "A number formatting crate that only depends on std."
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue