···1111[dependencies]
1212# The pure compiler
1313gleam-core = { path = "../compiler-core" }
1414+# The gleam formatter
1515+gleam-format = { path = "../format" }
1416# The language server
1517gleam-language-server = { path = "../language-server" }
1618# OS SIGINT and SIGTERM signal handling
···7474pub mod encryption;
7575pub mod erlang;
7676pub mod error;
7777-pub mod fix;
7878-pub mod format;
7977pub mod hex;
8078pub mod io;
8179pub mod javascript;