| 📦 Turbo Rust 713ea5c k33g 11h ago | 1 | module rickub.com/turbo-editors/turbo-rust |
| 2 | |
| 3 | go 1.26.1 |
| 4 | |
| 5 | require ( |
| 6 | github.com/gdamore/tcell/v2 v2.13.10 |
| 📦 Turbo Rust 5adadd1 k33g 10h ago | 7 | rickub.com/turbo-editors/turbo-core v1.0.2 |
| 📦 Turbo Rust 713ea5c k33g 11h ago | 8 | ) |
| 9 | |
| 10 | require ( |
| 11 | github.com/BurntSushi/toml v1.6.0 // indirect |
| 12 | github.com/gdamore/encoding v1.0.1 // indirect |
| 13 | github.com/lucasb-eyer/go-colorful v1.3.0 // indirect |
| 14 | github.com/rivo/uniseg v0.4.7 // indirect |
| 15 | golang.org/x/sys v0.38.0 // indirect |
| 16 | golang.org/x/term v0.37.0 // indirect |
| 17 | golang.org/x/text v0.31.0 // indirect |
| 18 | ) |
| 19 | |
| 20 | // turbo-core is developed alongside the editors that use it. Point this at the |
| 21 | // checkout beside this one so the whole family builds from a clean clone of the |
| 22 | // three repositories; drop it once the version above is tagged and published. |
| 23 | // replace rickub.com/turbo-editors/turbo-core => ../turbo-core |