aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2024-04-11 17:06:37 +0100
committerGitHub <noreply@github.com>2024-04-11 17:06:37 +0100
commitd434d4e8b776e4a851b614616d3a5aa2e9792108 (patch)
treedad81e44923dc9d48df960ecc3039444f8217087 /Cargo.toml
parentfeat(gui): add base structure (#1935) (diff)
downloadatuin-d434d4e8b776e4a851b614616d3a5aa2e9792108.zip
chore(gui): cargo update (#1943)
* chore(gui): cargo update * also fix workspace
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 47756d34..bec22a0e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,6 +10,7 @@ members = [
]
resolver = "2"
+exclude = ["ui/backend"]
[workspace.package]
version = "18.1.0"