mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
13 lines
280 B
TOML
13 lines
280 B
TOML
[package]
|
|
name = "robust-native-universal"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
crate-type = ["staticlib"]
|
|
|
|
[dependencies]
|
|
mimalloc = { workspace = true }
|
|
robust-native-client = { path = "../robust-native-client" }
|
|
robust-native-server = { path = "../robust-native-server" }
|