Skip to content

Commit 7e09d5d

Browse files
authored
Merge pull request #86 from traP-jp/feat/#85-workspace
writerutil crateを立てた
2 parents b337bc9 + 497f9c5 commit 7e09d5d

Some content is hidden

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

71 files changed

+53
-2908
lines changed

.github/workflows/_test-judge-control-app-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232

3333
- name: Build test
34-
run: cargo build --release --verbose
34+
run: cargo build --release --verbose -p judge_control_app
3535
- name: Run test
3636
run: cargo test --verbose
3737
- name: Lint with clippy

.github/workflows/_test-judge-control-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030

3131
- name: Build test
32-
run: cargo build
32+
run: cargo build -p judge_control_app
3333
- name: Run test
3434
run: cargo test
3535
- name: Lint with clippy

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
[package]
2-
name = "judge-control-app"
3-
version = "0.1.0"
4-
edition = "2021"
5-
6-
[dependencies]
1+
[workspace.dependencies]
72
axum = "0.7"
83
axum-extra = { version = "0.9", features = [ "typed-header" ] }
94
tokio = { version = "1.0", features = ["full"] }
@@ -18,8 +13,13 @@ reqwest = "0.12.5"
1813
anyhow = "1.0"
1914
thiserror = "1.0.63"
2015
ssh2 = "0.9.4"
21-
backend_api_schema = { path = "backend-api-schema" }
22-
judge_api_server = { path = "judge-api-server" }
2316
byte-unit = "5.1.6"
2417
futures = "0.3.31"
2518
chrono = "0.4.39"
19+
20+
[workspace]
21+
members = [
22+
"judge_control_app",
23+
"writerutil",
24+
]
25+
resolver = "2"

backend-api-schema/.gitignore

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

backend-api-schema/.openapi-generator-ignore

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

backend-api-schema/.openapi-generator/FILES

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

backend-api-schema/.openapi-generator/VERSION

Lines changed: 0 additions & 1 deletion
This file was deleted.

backend-api-schema/.travis.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

backend-api-schema/Cargo.toml

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

backend-api-schema/README.md

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

0 commit comments

Comments
 (0)