Skip to content

Commit 72045d2

Browse files
committed
Update Cargo.toml to include license, description, and authors for the project.
1 parent e9b0484 commit 72045d2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
name = "rustroika"
33
version = "1.0.0"
44
edition = "2024"
5+
license = "Apache-2.0"
6+
description = "A utility to compare public transport costs"
7+
authors = ["Ivan King"]
58

69
[dependencies]
710
colored = "3.0.0"

0 commit comments

Comments
 (0)