You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
405 B
19 lines
405 B
[package] |
|
name = "phone-mnemonic" |
|
version = "1.0.0" |
|
|
|
authors = ["moparisthebest <admin@moparisthebest.com>"] |
|
license = "AGPL-3.0" |
|
|
|
description = "Convert phone numbers to mnemonic and back" |
|
repository = "https://code.moparisthebest.com/moparisthebest/phone-mnemonic" |
|
keywords = ["phone", "number"] |
|
|
|
edition = "2018" |
|
|
|
include = [ |
|
"src/**", |
|
"Cargo.toml", |
|
"license.md", |
|
"readme.md", |
|
]
|
|
|