Skip to content

Commit

Permalink
update cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
injae committed Dec 25, 2023
1 parent 28ade08 commit d86bffa
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
[package]
name = "openskill"
version = "0.1.0"
version = "0.0.1"
description = "Rust implementation of OpenSkill (license free TrueSkill)"
edition = "2021"

license = "MIT"
keywords = ["gamedev", "rating"]

[dependencies]
itertools = "0.12.0"
rand_distr = "0.4.3"
Expand Down

0 comments on commit d86bffa

Please sign in to comment.