blob: eb4eb8b40c160909dab4ea036a1adab50094d5b8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[package]
name = "hydro_roll"
version = "0.1.9-alpha.2"
edition = "2021"
description = "A simple rust library for HydroRoll."
license = "MIT"
documentation = "https://docs.hydroroll.team/"
homepage = "https://hydroroll.team/"
repository = "https://github.com/HydroRoll-Team/HydroRoll"
authors = ["HsiangNianian"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "hydro_roll"
crate-type = ["cdylib"]
[dependencies]
printpdf = "0.7.0"
pyo3 = { version = "0.19.2", features = ["abi3-py39"] }
time = { version = "0.3.36", features = ["formatting", "macros", "local-offset"] }
|