git.lucas.co / cce-compositor
Wayland compositor (wlroots)
git clone https://git.lucas.co/cce-compositor.git

.cargo/config.toml (401B)

1 # git.lucas.co is static hosting, so it speaks git's dumb HTTP protocol only.
2 # Cargo's built-in git client tries smart HTTP first and fails on the response
3 # content-type; the git CLI handles dumb HTTP the same way `git clone` does.
4 # Needed by anyone building this crate on its own, so it is committed here
5 # rather than left to the installing machine's environment.
6 [net]
7 git-fetch-with-cli = true