mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
run a toml formatter and then clean it up a bit
This commit is contained in:
parent
4a89bee0a5
commit
f42f61e271
71 changed files with 661 additions and 678 deletions
|
@ -2,23 +2,23 @@
|
|||
name = "roc_packaging"
|
||||
description = "Functionality for packaging Roc source code - e.g. for distribution over the network"
|
||||
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
edition.workspace = true
|
||||
version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
roc_parse = { path = "../compiler/parse" }
|
||||
roc_error_macros = { path = "../error_macros" }
|
||||
roc_parse = { path = "../compiler/parse" }
|
||||
|
||||
tar.workspace = true # used for `roc build --tar`
|
||||
brotli.workspace = true # used for decompressing tarballs over HTTPS, if the server supports brotli
|
||||
flate2.workspace = true
|
||||
blake3.workspace = true
|
||||
base64-url.workspace = true
|
||||
blake3.workspace = true
|
||||
brotli.workspace = true # used for decompressing tarballs over HTTPS, if the server supports brotli
|
||||
bumpalo.workspace = true
|
||||
flate2.workspace = true
|
||||
fs_extra.workspace = true
|
||||
tar.workspace = true # used for `roc build --tar`
|
||||
tempfile.workspace = true
|
||||
walkdir.workspace = true
|
||||
|
||||
|
@ -26,4 +26,4 @@ walkdir.workspace = true
|
|||
reqwest.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile.workspace = true
|
||||
tempfile.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue