Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[[bin]]
name = "numeronym"
path = "src/main.rs"

[dependencies]

[lib]
name = "numeronym"
path = "src/lib.rs"

[package]
description = "n7m"
edition = "2021"
license = "MIT"
name = "numeronym"
readme = "README.md"
repository = "https://github.com/n01e0/numeronym"
version = "1.3.1"