More things, better things, awesome

This commit is contained in:
2022-06-18 23:39:42 +02:00
parent dc10504b80
commit c9d9d59535
7 changed files with 214 additions and 4 deletions

View File

@@ -4,10 +4,11 @@ version = "0.1.0"
edition = "2021"
[dependencies]
approx = { version = "0.5.1", optional = true }
[dev-dependencies]
approx = "0.5.1"
time = { version = "0.3.9", features = ["parsing"] }
trueskill-tt = { path = ".", features = ["approx"] }
[profile.release]
debug = true