diff options
| author | Botahamec <botahamec@outlook.com> | 2022-10-23 16:00:22 -0400 |
|---|---|---|
| committer | Botahamec <botahamec@outlook.com> | 2022-10-23 16:00:22 -0400 |
| commit | 99b35c374fbce2e6eca22951f0eefdf933a5e8ee (patch) | |
| tree | 1f8b7ba0c18a5d58c12c9a01a536fd0836ac2cd6 /Cargo.toml | |
| parent | f27518b60bb697000dcb1f6363066ddbaf505368 (diff) | |
Exclude vscode settings from .crate file
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ repository = "https://github.com/botahamec/exun/" license-file = "LICENSE.md" keywords = ["no_std", "no-std", "utility", "error", "error-handling"] categories = ["rust-patterns", "no-std"] +exclude = [".vscode/settings.json"] [package.metadata] msrv = "1.41.1" |
