Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[workspace]
resolver = "2"
members = ["bitwarden_license/*", "crates/*"]
exclude = ["support/lints"]

# Global settings for all crates should be defined here
[workspace.package]
Expand Down Expand Up @@ -97,6 +98,9 @@ string_slice = "warn"
[workspace.lints.rust]
missing_docs = "warn"

[workspace.metadata.dylint]
libraries = [{ path = "support/lints" }]

# Compile all dependencies with some optimizations when building this crate on debug
# This slows down clean builds by about 50%, but the resulting binaries can be orders of magnitude faster
# As clean builds won't occur very often, this won't slow down the development process
Expand Down
1 change: 1 addition & 0 deletions support/lints/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/target
Loading
Loading