mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
update to using workspace package spec
This commit is contained in:
parent
c8edcecb7a
commit
5485c8a5b0
65 changed files with 267 additions and 260 deletions
|
@ -1,9 +1,9 @@
|
|||
[package]
|
||||
name = "roc_build"
|
||||
version = "0.0.1"
|
||||
authors = ["The Roc Contributors"]
|
||||
license = "UPL-1.0"
|
||||
edition = "2021"
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
edition.workspace = true
|
||||
description = "Responsible for coordinating building and linking of a Roc app with its host."
|
||||
|
||||
[dependencies]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue