centralize package versions except for vendor and excluded

This commit is contained in:
Brendan Hansknecht 2023-03-06 19:29:09 -08:00
parent 5485c8a5b0
commit 4a89bee0a5
No known key found for this signature in database
GPG key ID: A199D0660F95F948
66 changed files with 292 additions and 222 deletions

View file

@ -1,13 +1,14 @@
[package]
name = "roc_unify"
description = "Implements Roc's unification algorithm, the heartstone of Roc's type inference."
authors.workspace = true
edition.workspace = true
license.workspace = true
name = "roc_unify"
version.workspace = true
description = "Implements Roc's unification algorithm, the heartstone of Roc's type inference."
[dependencies]
bitflags = "1.3.2"
bitflags.workspace = true
[dependencies.roc_collections]
path = "../collections"