set common parameters in the workspace

This commit is contained in:
Anand Balakrishnan 2023-10-03 16:59:06 -07:00
parent 2319668e2b
commit 0498dd0f57
No known key found for this signature in database
8 changed files with 44 additions and 13 deletions

View file

@ -10,3 +10,10 @@ members = [
]
resolver = "2"
[workspace.package]
authors = ["Anand Balakrishnan"]
license = "BSD-3-Clause"
edition = "2021"
rust-version = "1.66"