···51515252### Build tool
53535454+- The `gleam hex owner add` command has been added, which allows adding
5555+ owners to the package.
5656+ ([Niklas Kirschall](https://github.com/nkxxll))
5757+5458- When publishing, the package manager now uses the full term instead of the
5559 shorthand "MFA" in the prompt and error message.
5660 ([Luka Ivanović](https://github.com/luka-hash))
···16161717# common dependencies
1818[workspace.dependencies]
1919+# Command line interface
2020+clap = { version = "4", features = ["derive"] }
1921# Immutable data structures
2022im = { version = "15", features = ["serde"] }
2123# Extra iter methods
···1212gleam-language-server = { path = "../language-server" }
1313# OS SIGINT and SIGTERM signal handling
1414ctrlc = { version = "3", features = ["termination"] }
1515-# Command line interface
1616-clap = { version = "4", features = ["derive"] }
1715# Recursively traversing directories
1816ignore = "0"
1917# Allow user to type in sensitive information without showing it in the shell
···3937async-trait.workspace = true
4038base16.workspace = true
4139camino = { workspace = true, features = ["serde1"] }
4040+clap = { workspace = true, features = ["derive"] }
4241debug-ignore.workspace = true
4342ecow.workspace = true
4443flate2.workspace = true