diff options
author | Akshay <[email protected]> | 2022-05-01 16:12:12 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2022-05-01 16:12:12 +0100 |
commit | 53b454cd6acba89fe6b5bb39df431afa28a6ee13 (patch) | |
tree | cd70026307c98a33c6ce25b0849d9e297e5bf842 /Cargo.toml | |
parent | 448e6f2096b855bee1464c514dfb73477fb39774 (diff) |
add `ignore` to statix.tomlv0.5.5
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,6 +4,6 @@ members = [ | |||
4 | "bin", | 4 | "bin", |
5 | "lib", | 5 | "lib", |
6 | "macros", | 6 | "macros", |
7 | "vfs" | 7 | "vfs", |
8 | ] | 8 | ] |
9 | 9 | ||