aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Cargo.toml
blob: 285e044767964e403ec85f4afae9293c4e9e6289 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "dropin"
version = "0.0.1"
edition = "2021"
description = "Minecraft Instances Manager"
license = "MIT"
documentation = "https://dropin.hydroroll.team/"
homepage = "https://dropin.hydroroll.team/"
repository = "https://github.com/HsiangNianian/DropIn"
authors = ["HsiangNianian"]

[lib]
name = "_core"
crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "0.19.2", features = ["abi3-py39"] }
time = { version = "0.3.36", features = ["formatting", "macros", "local-offset"] }