Commit cfd9b342 authored by Hero Bird's avatar Hero Bird
Browse files

[pdsl] Adjust .gitignore and workspace Cargo.toml for latest renamings

parent f9391538
# Ignore build artifacts from the local tests sub-crate.
/target/
/pdsl_tests/target/
/pdsl_core/target/
/pdsl_derive/target/
/core/target/
/derive/target/
/examples/**/target/
/design/
/pdsl_tests/examples/
# Ignore backup files creates by cargo fmt.
**/*.rs.bk
......
[workspace]
members = [
"pdsl_core",
# "pdsl_derive",
"core",
# "derive",
]
exclude = [
"examples/",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment