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,10 +1,10 @@
|
|||
[package]
|
||||
name = "arena-pool"
|
||||
version = "0.0.1"
|
||||
authors = ["The Roc Contributors"]
|
||||
license = "UPL-1.0"
|
||||
repository = "https://github.com/roc-lang/roc"
|
||||
edition = "2021"
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
edition.workspace = true
|
||||
description = "An implementation of an arena allocator designed for the compiler's workloads."
|
||||
|
||||
[dependencies]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue