Replace it with a symlink. Cargo will automatically resolve this to a normal file on publish.
9 lines
98 B
TOML
9 lines
98 B
TOML
[workspace]
|
|
members = [
|
|
"maud_macros",
|
|
"maud",
|
|
]
|
|
exclude = [
|
|
"docs",
|
|
"doctest",
|
|
]
|