.github
arch
crates
isolation
nix
public
scripts
src
tests
.envrc
.gitignore
.nvmrc
.prettierignore
.prettierrc
.tool-versions
Cargo.lock
Cargo.toml
CHANGELOG.md
CLAUDE.md
Dockerfile.release
eslint.config.js
flake.lock
flake.nix
index.html
LICENSE
package-lock.json
package.json
playwright.config.ts
README.md
RELEASE.md
rust-toolchain.toml
svelte.config.js
tsconfig.json
vite.config.ts
[workspace]
resolver = "1"
members = [
"crates/radicle-tauri",
"crates/radicle-types",
"crates/test-http-api",
]
# Same as `dev` but with debug_assertions disabled.
[profile.dev-without-assertions]
inherits = "dev"
debug-assertions = false