Skip to content

Commit b9cd3a6

Browse files
committed
Update Cargo.toml for creating releases
Add some fields required by the `cargo release` command.
1 parent 7e93f14 commit b9cd3a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[package]
22
name = "lium"
3+
description = "Abstraction Layer of ChromiumOS development"
34
version = "0.1.1"
45
edition = "2021"
6+
license-file = "LICENSE"
7+
repository = "https://github.com/google/lium"
58

69
[dependencies]
710
argh = "0.1.9"

0 commit comments

Comments
 (0)