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,9 +1,9 @@
[package]
name = "roc_derive_key"
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
[dependencies]
roc_collections = { path = "../collections" }