prts 0.2.2

A Rust library for simulate PRTS in game Arknights
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "prts"
version = "0.2.2"
edition = "2021"
license = "MPL-2.0"
description = "A Rust library for simulate PRTS in game Arknights"
repository = "https://github.com/MinkuruDev/arknights_prts"
keywords = ["gacha", "simulate"]
include = ["src/", "LICENSE.*", "README.md"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rand = "0.8.5"
toml = "0.7.4"
serde = { version = "1.0.163", features = ["derive"] }