update Cargo.toml information

This patch updates the Cargo.toml files for both crates in this
repository, adding the author, license, description and repository
fields.
main
pantonshire 3 years ago
parent 6cb3b0a412
commit 6ed0de3c7c

@ -2,6 +2,10 @@
name = "utfdump"
version = "0.1.0"
edition = "2021"
authors = ["Tom Panton <pantonshire@gmail.com>"]
license = "MIT"
repository = "https://github.com/pantonshire/utfdump"
description = "Command-line Unicode character info tool"
[dependencies]
utfdump_core = { path = "../utfdump_core" }

@ -2,5 +2,9 @@
name = "utfdump_core"
version = "0.1.0"
edition = "2021"
authors = ["Tom Panton <pantonshire@gmail.com>"]
license = "MIT"
repository = "https://github.com/pantonshire/utfdump"
description = "Core library for the utfdump command-line tool"
[dependencies]

Loading…
Cancel
Save