mirror of https://github.com/Paoda/blue-gacha.git
14 lines
365 B
TOML
14 lines
365 B
TOML
[package]
|
|
name = "ba-gacha"
|
|
version = "0.1.0"
|
|
authors = ["Rekai Musuka <rekai@musuka.dev>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
rand = { version = "^0.8", features = ["alloc"] }
|
|
serde = { version = "^1.0", features = ["derive"] }
|
|
serde_json = "^1.0"
|
|
serde_repr = "^0.1"
|