Compare commits
2 commits
f5445636a0
...
d8976638d3
| Author | SHA1 | Date | |
|---|---|---|---|
| d8976638d3 | |||
| 8dc524aa38 |
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -507,7 +507,7 @@ checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
|
|||
|
||||
[[package]]
|
||||
name = "smogon-stats"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"env_logger",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "smogon-stats"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
edition = "2024"
|
||||
authors = ["mehbark <terezi@pyrope.net>"]
|
||||
description = "turn https://smogon.com/stats/ chaos json files into https://sqlite.org databases"
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ fn run(
|
|||
}
|
||||
|
||||
#[derive(clap::Parser)]
|
||||
#[command(about)]
|
||||
#[command(version, about)]
|
||||
struct Config {
|
||||
#[arg()]
|
||||
input_file: PathBuf,
|
||||
|
|
|
|||
Loading…
Reference in a new issue