diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -8,6 +8,13 @@ description = "GPU-accelerated terminal emulator" readme = "README.md" homepage = "https://github.com/jwilm/alacritty" +[workspace] +members = [ + "font", + "copypasta", + "winpty" +] + [[bin]] doc = false path = "src/main.rs" |