Compare commits

..

No commits in common. "d8976638d374c67ec6bbfe2936dd714dd897ebd5" and "f5445636a0832a0a8823c4760007856c282d0ee0" have entirely different histories.

3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -507,7 +507,7 @@ checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
[[package]] [[package]]
name = "smogon-stats" name = "smogon-stats"
version = "0.1.2" version = "0.1.1"
dependencies = [ dependencies = [
"clap", "clap",
"env_logger", "env_logger",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "smogon-stats" name = "smogon-stats"
version = "0.1.2" version = "0.1.1"
edition = "2024" edition = "2024"
authors = ["mehbark <terezi@pyrope.net>"] authors = ["mehbark <terezi@pyrope.net>"]
description = "turn https://smogon.com/stats/ chaos json files into https://sqlite.org databases" description = "turn https://smogon.com/stats/ chaos json files into https://sqlite.org databases"

View file

@ -52,7 +52,7 @@ fn run(
} }
#[derive(clap::Parser)] #[derive(clap::Parser)]
#[command(version, about)] #[command(about)]
struct Config { struct Config {
#[arg()] #[arg()]
input_file: PathBuf, input_file: PathBuf,