Add some metadata
This commit is contained in:
parent
4c36af1d50
commit
e6de23992f
2 changed files with 8 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
|||
name = "schmfy"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "Schmfication library"
|
||||
readme = "README.md"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
|
5
README.md
Normal file
5
README.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Schmfy library
|
||||
This library is able to schmfy single words.
|
||||
|
||||
## Usage
|
||||
Just add this crate to your project and you will be able to use the `schmfy()`-function to turn any word into its 'schmord'.
|
Loading…
Reference in a new issue