mirror of
https://github.com/doukutsu-rs/doukutsu-rs
synced 2025-08-31 02:45:17 +00:00
14 lines
185 B
TOML
14 lines
185 B
TOML
[package]
|
|
name = "drs-framework"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
rust-version = "1.71"
|
|
|
|
[lib]
|
|
crate-type = ["lib"]
|
|
|
|
[dependencies]
|
|
cxx = "1.0"
|
|
|
|
[build-dependencies]
|
|
cxx-build = "1.0" |