Skip to content

Commit

Permalink
Make the descriptions in Cargo.toml consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
printfn committed Nov 27, 2020
1 parent bb6a987 commit 32cfb21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "fend"
# Don't forget to update print_version()
version = "0.1.10"
authors = ["printfn <[email protected]>"]
description = "Calculator and unit conversion tool"
description = "Arbitrary-precision unit-aware calculator"
homepage = "https://github.com/printfn/fend"
repository = "https://github.com/printfn/fend"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "fend-core"
# Don't forget to update html_root_url and get_version()
version = "0.1.10"
authors = ["printfn <[email protected]>"]
description = "Backend for calculator and unit conversion tool fend"
description = "Arbitrary-precision unit-aware calculator"
homepage = "https://github.com/printfn/fend"
repository = "https://github.com/printfn/fend"
readme = "README.md"
Expand Down
1 change: 1 addition & 0 deletions wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ authors = ["printfn <[email protected]>"]
edition = "2018"
license = "MIT"
repository = "https://github.com/printfn/fend"
description = "Arbitrary-precision unit-aware calculator"

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down

0 comments on commit 32cfb21

Please sign in to comment.