run a toml formatter and then clean it up a bit

This commit is contained in:
Brendan Hansknecht 2023-03-06 19:47:57 -08:00
parent 4a89bee0a5
commit f42f61e271
No known key found for this signature in database
GPG key ID: A199D0660F95F948
71 changed files with 661 additions and 678 deletions

View file

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