update to using workspace package spec

This commit is contained in:
Brendan Hansknecht 2023-03-06 16:36:18 -08:00
parent c8edcecb7a
commit 5485c8a5b0
No known key found for this signature in database
GPG key ID: A199D0660F95F948
65 changed files with 267 additions and 260 deletions

View file

@ -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]