Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/edition/Cargo.toml')
| -rw-r--r-- | crates/edition/Cargo.toml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/crates/edition/Cargo.toml b/crates/edition/Cargo.toml new file mode 100644 index 0000000000..926b1e1cd4 --- /dev/null +++ b/crates/edition/Cargo.toml @@ -0,0 +1,13 @@ +[package] +name = "edition" +version = "0.0.0" +rust-version.workspace = true +edition.workspace = true +license.workspace = true +authors.workspace = true +repository.workspace = true + +[dependencies] + +[lints] +workspace = true |