mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
update another toml to use workspace variables
This commit is contained in:
parent
f42f61e271
commit
75e23c0ee9
1 changed files with 5 additions and 4 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue