Skip to content

Commit 73d43b8

Browse files
committed
Prepare crates metadata for release
Cargo.toml of both creates need to have all information required to be published at crates.io or released. Signed-off-by: Rafael Garcia Ruiz <rafael.garcia@collabora.com>
1 parent a588fa7 commit 73d43b8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

bmap-rs/Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,15 @@ name = "bmap-rs"
33
version = "0.1.0"
44
authors = ["Sjoerd Simons <sjoerd@collabora.com>"]
55
edition = "2018"
6+
license = "MIT AND Apache-2.0"
7+
description = "bmap-rs is an application that handles the use of bmap crate"
8+
repository = "https://github.com/collabora/bmap-rs"
9+
readme = "../README.md"
610

711
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
812

913
[dependencies]
10-
bmap = { path = "../bmap" }
14+
bmap = { path = "../bmap", version = "0.1.0"}
1115
anyhow = "1.0.66"
1216
nix = "0.26.1"
1317
flate2 = "1.0.24"

bmap/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name = "bmap"
33
version = "0.1.0"
44
authors = ["Sjoerd Simons <sjoerd@collabora.com>"]
55
edition = "2018"
6+
license = "MIT AND Apache-2.0"
7+
description = "bmap is a library for Rust that allows you to copy files or flash block devices safely"
8+
repository = "https://github.com/collabora/bmap-rs"
9+
readme = "../README.md"
610

711
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
812

0 commit comments

Comments
 (0)