update rust package

This commit is contained in:
tsunyoku
2024-10-13 15:59:43 +01:00
parent cae6dcf34a
commit 9a92beb401
+4 -14
View File
@@ -1,12 +1,11 @@
[package]
name = "rosu-pp"
version = "1.1.0"
name = "akatsuki-pp"
version = "1.1.1"
edition = "2021"
authors = ["MaxOhn <ohn.m@hotmail.de>"]
authors = ["MaxOhn <ohn.m@hotmail.de>", "tsunyoku <tsunyoku@gmail.com>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/MaxOhn/rosu-pp"
documentation = "https://docs.rs/rosu-pp/"
repository = "https://github.com/osuAkatsuki/akatsuki-pp-rs"
description = "Difficulty and performance calculation for osu!"
keywords = ["osu", "pp", "stars", "performance", "difficulty"]
@@ -19,12 +18,3 @@ tracing = ["rosu-map/tracing"]
[dependencies]
rosu-map = { version = "0.1.1" }
rosu-mods = { version = "0.1.0" }
[dev-dependencies]
proptest = "1.4.0"
[profile.test.package.proptest]
opt-level = 3
[profile.test.package.rand_chacha]
opt-level = 3