aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Cargo.toml
blob: e9864b2e0c80e9b2ef832c7af7d985e4739831c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "nivis-python"
version = "0.1.8"
edition = "2021"
description = "A simple rust library for HydroRoll."
license = "MIT"
documentation = "https://nivis.hydroroll.team/"
homepage = "https://nivis.hydroroll.team/"
repository = "https://github.com/HydroRoll-Team/nivis-python"
authors = ["HsiangNianian <i@jyunko.cn>"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "nivis_python"
crate-type = ["cdylib"]

[dependencies]
pyo3 = "0.19.0"