Lorenz Leutgeb
|
5bc2dc677b
|
repo: Move workspace crates into `crates` subdirectory
This keeps the top level of the repo cleaner, e.g.
<https://github.com/radicle-dev/heartwood> scrolls less and
<https://app.radicle.xyz/nodes/rosa.radicle.xyz/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5/>
might show more files at the top level.
This way we also don't have to explicitly name all crates in
`Cargo.toml`.
|
2025-06-09 15:09:21 +02:00 |
Alexis Sellier
|
1f711b394a
|
term: Fix flaky color test
|
2023-05-13 21:39:11 +02:00 |
Alexis Sellier
|
8da6363cb3
|
term: Remove `concolor` dependency
Use `anstyle-query` and `is-terminal` instead, which are the replacement
crates that are also used in `snapbox`.
|
2023-05-10 15:56:39 +02:00 |
Alexis Sellier
|
02304875ce
|
Initialize `radicle-term` crate
We split out all non-radicle terminal functionality so that it can be
accessed by `radicle-node` without importing `radicle-cli`.
|
2023-03-06 10:22:50 +01:00 |