Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/fuzz/Cargo.toml')
| -rw-r--r-- | crates/syntax/fuzz/Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/crates/syntax/fuzz/Cargo.toml b/crates/syntax/fuzz/Cargo.toml index d58470b223..802141e591 100644 --- a/crates/syntax/fuzz/Cargo.toml +++ b/crates/syntax/fuzz/Cargo.toml @@ -3,7 +3,10 @@ name = "syntax-fuzz" version = "0.0.1" publish = false -edition = "2021" + +authors.workspace = true +edition.workspace = true +license.workspace = true rust-version.workspace = true [package.metadata] |