You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
postsack/Cargo.toml

13 lines
180 B
TOML

[workspace]
members = [
"ps-core",
"ps-database",
"ps-importer",
"ps-gui",
"postsack-native",
"postsack-web",
]
[profile.dev]
split-debuginfo = "unpacked"