Change cargo.toml and readme.md

This commit is contained in:
Uttarayan Mondal
2021-03-09 00:26:12 +05:30
parent cc82c47628
commit 1223252111
2 changed files with 8 additions and 5 deletions
+6 -1
View File
@@ -3,5 +3,10 @@ name = "ntext"
version = "0.2.0"
authors = ["Uttarayan Mondal <uttarayan21@gmail.com>"]
edition = "2018"
description = "A rust library to write numbers as words"
readme = "README.md"
documentation = "https://uttarayan21.github.io/ntext-rs"
repository = "https://github.com/uttarayan21/ntext-rs"
license-file = "LICENSE"
publish = false
[dependencies]