25 lines
525 B
TOML
25 lines
525 B
TOML
|
[package]
|
||
|
name = "osu"
|
||
|
version = "0.0.8"
|
||
|
authors = ["michael <mail@mzhang.io>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
description = "General-purpose osu! library with bindings for other languages."
|
||
|
license = "MIT"
|
||
|
readme = "README.md"
|
||
|
|
||
|
[dev-dependencies]
|
||
|
serde_json = "1.0.57"
|
||
|
difference = "2.0.0"
|
||
|
|
||
|
[dependencies]
|
||
|
failure = "0.1.8"
|
||
|
futures = "0.3.5"
|
||
|
lazy_static = "1.4.0"
|
||
|
num-rational = "0.3.0"
|
||
|
regex = "1.3.9"
|
||
|
serde = { version = "1.0.116", features = ["derive"] }
|
||
|
serde_json = "1.0.57"
|
||
|
sortedvec = {path = "../sortedvec"}
|
||
|
thiserror = "1.0.20"
|