Skip to content

Commit bbd524f

Browse files
committed
v0.1.0
1 parent 1f3e9d5 commit bbd524f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
name = "psbattletools"
33
version = "0.1.0"
44
edition = "2021"
5+
description = "Command-line program to manage Pokémon Showdown battle logs."
6+
license = "MIT"
7+
repository = "https://github.com/AnnikaCodes/psbattletools"
58

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

@@ -18,7 +21,7 @@ structopt = "0.3.23"
1821
[dev-dependencies]
1922
tests = { path = "./tests" }
2023
cargo-husky = { version = "1", default-features = false, features = ["prepush-hook", "run-cargo-clippy", "run-cargo-fmt"] }
21-
serial_test = "*"
24+
serial_test = "0.5.1"
2225

2326
[features]
2427
bench_old_battlesearch = []

0 commit comments

Comments
 (0)