blob: 9ceca3e41e27b3af38cbb629efb8f351bc3e9285 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
[package]
name = "test-comp"
version = "0.1.0"
edition = "2024"
publish = false
[workspace]
[dependencies]
mingling = { path = "../../../mingling", features = ["comp", "builds"] }
|