Skip to content

Commit 9df8b25

Browse files
committed
remove claude-code experiments in backend&frontend
1 parent 48eba6d commit 9df8b25

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+6
-24896
lines changed

Cargo.toml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[workspace]
22
resolver = "2"
3-
members = ["logic", "webapp", "backend", "backend-client", "api-types", "fastlogic", "learner"]
3+
members = ["logic", "fastlogic", "learner"]
44

55
[workspace.package]
66
version = "0.1.0"
@@ -10,20 +10,13 @@ license = "Apache-2.0 OR MIT"
1010

1111
[workspace.dependencies]
1212
automatafl-logic = { path = "logic" }
13-
automatafl-api-types = { path = "api-types" }
14-
automatafl-webapp = { path = "webapp" }
15-
automatafl-backend = { path = "backend" }
16-
automatafl-backend-client = { path = "backend-client" }
17-
automatafl-game-server = { path = "game-server" }
13+
automatafl-fastlogic = { path = "fastlogic" }
14+
automatafl-learner = { path = "learner" }
1815

16+
# this is for a compact leptos result
1917
[profile.release]
2018
lto = true
2119
strip = true
2220
opt-level = 3
2321
panic = 'abort'
2422
codegen-units = 1
25-
26-
# The profile that 'dist' will build with
27-
[profile.dist]
28-
inherits = "release"
29-
lto = "thin"

api-types/Cargo.toml

Lines changed: 0 additions & 12 deletions
This file was deleted.

api-types/src/lib.rs

Lines changed: 0 additions & 331 deletions
This file was deleted.
-265 KB
Binary file not shown.

0 commit comments

Comments
 (0)