Skip to content

Commit

Permalink
Merge pull request #86 from traP-jp/feat/#85-workspace
Browse files Browse the repository at this point in the history
writerutil crateを立てた
  • Loading branch information
comavius authored Dec 23, 2024
2 parents b337bc9 + 497f9c5 commit 7e09d5d
Show file tree
Hide file tree
Showing 71 changed files with 53 additions and 2,908 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_test-judge-control-app-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:


- name: Build test
run: cargo build --release --verbose
run: cargo build --release --verbose -p judge_control_app
- name: Run test
run: cargo test --verbose
- name: Lint with clippy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_test-judge-control-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:


- name: Build test
run: cargo build
run: cargo build -p judge_control_app
- name: Run test
run: cargo test
- name: Lint with clippy
Expand Down
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
[package]
name = "judge-control-app"
version = "0.1.0"
edition = "2021"

[dependencies]
[workspace.dependencies]
axum = "0.7"
axum-extra = { version = "0.9", features = [ "typed-header" ] }
tokio = { version = "1.0", features = ["full"] }
Expand All @@ -18,8 +13,13 @@ reqwest = "0.12.5"
anyhow = "1.0"
thiserror = "1.0.63"
ssh2 = "0.9.4"
backend_api_schema = { path = "backend-api-schema" }
judge_api_server = { path = "judge-api-server" }
byte-unit = "5.1.6"
futures = "0.3.31"
chrono = "0.4.39"

[workspace]
members = [
"judge_control_app",
"writerutil",
]
resolver = "2"
3 changes: 0 additions & 3 deletions backend-api-schema/.gitignore

This file was deleted.

23 changes: 0 additions & 23 deletions backend-api-schema/.openapi-generator-ignore

This file was deleted.

18 changes: 0 additions & 18 deletions backend-api-schema/.openapi-generator/FILES

This file was deleted.

1 change: 0 additions & 1 deletion backend-api-schema/.openapi-generator/VERSION

This file was deleted.

1 change: 0 additions & 1 deletion backend-api-schema/.travis.yml

This file was deleted.

15 changes: 0 additions & 15 deletions backend-api-schema/Cargo.toml

This file was deleted.

48 changes: 0 additions & 48 deletions backend-api-schema/README.md

This file was deleted.

99 changes: 0 additions & 99 deletions backend-api-schema/backend-api.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions backend-api-schema/docs/JudgeStatus.md

This file was deleted.

13 changes: 0 additions & 13 deletions backend-api-schema/docs/SubmitResult.md

This file was deleted.

39 changes: 0 additions & 39 deletions backend-api-schema/docs/SubmitResultApi.md

This file was deleted.

15 changes: 0 additions & 15 deletions backend-api-schema/docs/TestResult.md

This file was deleted.

Loading

0 comments on commit 7e09d5d

Please sign in to comment.