mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
centralize package versions except for vendor and excluded
This commit is contained in:
parent
5485c8a5b0
commit
4a89bee0a5
66 changed files with 292 additions and 222 deletions
|
@ -1,10 +1,11 @@
|
|||
[package]
|
||||
name = "test_syntax"
|
||||
description = "Tests for the parse + fmt crates."
|
||||
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
edition.workspace = true
|
||||
description = "Tests for the parse + fmt crates."
|
||||
|
||||
[features]
|
||||
"parse_debug_trace" = ["roc_parse/parse_debug_trace"]
|
||||
|
|
|
@ -1,18 +1,20 @@
|
|||
[package]
|
||||
name = "test_syntax-fuzz"
|
||||
publish = false
|
||||
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
publish = false
|
||||
edition.workspace = true
|
||||
|
||||
[package.metadata]
|
||||
cargo-fuzz = true
|
||||
|
||||
[dependencies]
|
||||
libfuzzer-sys = "0.3"
|
||||
bumpalo = { version = "3.6.1", features = ["collections"] }
|
||||
test_syntax = { path = "../../test_syntax" }
|
||||
|
||||
bumpalo.workspace = true
|
||||
libfuzzer-sys.workspace = true
|
||||
|
||||
# Prevent this from interfering with workspaces
|
||||
[workspace]
|
||||
members = ["."]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue