Compare commits
1 commit
112e563721
...
09a59e3647
| Author | SHA1 | Date | |
|---|---|---|---|
| 09a59e3647 |
4 changed files with 4319 additions and 1 deletions
|
|
@ -25,7 +25,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
# Don't cache ~/.cargo/bin since we restore the cache after we install things there
|
# Don't cache ~/.cargo/bin since we restore the cache after we install things there
|
||||||
cache-bin: "false"
|
cache-bin: "false"
|
||||||
workspaces: "backend"
|
|
||||||
- name: "Check Format"
|
- name: "Check Format"
|
||||||
run: cargo fmt --check
|
run: cargo fmt --check
|
||||||
- name: "Build"
|
- name: "Build"
|
||||||
|
|
|
||||||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
||||||
.claude/settings.local.json
|
.claude/settings.local.json
|
||||||
|
target/
|
||||||
|
|
|
||||||
4315
Cargo.lock
generated
Normal file
4315
Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
3
Cargo.toml
Normal file
3
Cargo.toml
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
[workspace]
|
||||||
|
resolver = "3"
|
||||||
|
members = ["backend"]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue