Add readme key to Cargo.toml
This commit is contained in:
parent
dbd66fae3b
commit
c131108802
|
@ -253,18 +253,18 @@ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|||
|
||||
[[package]]
|
||||
name = "ppc750cl"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
|
||||
[[package]]
|
||||
name = "ppc750cl-asm"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
dependencies = [
|
||||
"phf",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ppc750cl-fuzz"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"num_cpus",
|
||||
|
@ -273,7 +273,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "ppc750cl-genisa"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"log",
|
||||
|
|
|
@ -10,7 +10,7 @@ inherits = "release"
|
|||
lto = "thin"
|
||||
|
||||
[workspace.package]
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
edition = "2021"
|
||||
authors = ["Luke Street <luke@street.dev>"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
|
|
@ -5,6 +5,7 @@ edition.workspace = true
|
|||
authors.workspace = true
|
||||
license.workspace = true
|
||||
description = "Assembler for PowerPC 750CL"
|
||||
readme = "../README.md"
|
||||
keywords.workspace = true
|
||||
repository.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
|
|
@ -5,6 +5,7 @@ edition.workspace = true
|
|||
authors.workspace = true
|
||||
license.workspace = true
|
||||
description = "Disassembler for PowerPC 750CL"
|
||||
readme = "../README.md"
|
||||
keywords.workspace = true
|
||||
repository.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
|
Loading…
Reference in New Issue