update another toml to use workspace variables

This commit is contained in:
Brendan Hansknecht 2023-03-06 19:49:30 -08:00
parent f42f61e271
commit 75e23c0ee9
No known key found for this signature in database
GPG Key ID: A199D0660F95F948

View File

@ -1,9 +1,10 @@
[package]
name = "nightly_benches"
authors = ["The Roc Contributors"]
edition = "2021"
license = "UPL-1.0"
version = "0.0.1"
authors.workspace = true
edition.workspace = true
license.workspace = true
version.workspace = true
[dependencies]