Crates continued to grow in number, but most are still quite small and feature specific. This refactor consolidates them. Signed-off-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com>
13 lines
157 B
TOML
13 lines
157 B
TOML
[workspace]
|
|
|
|
[package]
|
|
name = "double-guest"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[profile.release]
|
|
opt-level = "s"
|
|
lto = true
|