blob: 8bb5728ff7cf32a0e7cc0be68994fa3f84fda61d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
[package]
name = "test-mingling-pathf"
version = "0.1.0"
edition = "2024"
publish = false
[workspace]
[dependencies]
mingling_pathf = { path = "../../mingling_pathf" }
just_fmt = "0.1.2"
|