diff --git a/Cargo.toml b/Cargo.toml index 4f60711..258f751 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 diff --git a/README.md b/README.md new file mode 100644 index 0000000..922a174 --- /dev/null +++ b/README.md @@ -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'. \ No newline at end of file