blob: 789e1728fae674bad5269b97ef8463b6342f18e1 (
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"] }
|