Skip to content

Commit bce4d0b

Browse files
authored
🐛 fix: remove Cargo.toml to avoid PEP 517 build error (#338)
1 parent f7fb15a commit bce4d0b

File tree

4 files changed

+15
-18
lines changed

4 files changed

+15
-18
lines changed

.github/workflows/lint-and-fmt.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ jobs:
6767
target/
6868
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
6969
- name: Format with rustfmt
70-
working-directory: packages/biliass
70+
working-directory: packages/biliass/rust
7171
run: |
7272
cargo fmt --all -- --check
7373
- name: Lint with clippy
74-
working-directory: packages/biliass
74+
working-directory: packages/biliass/rust
7575
run: |
7676
cargo clippy --all-targets --all-features -- -D warnings

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"editor.defaultFormatter": "charliermarsh.ruff"
88
},
99
"rust-analyzer.linkedProjects": [
10-
"${workspaceFolder}/packages/biliass/Cargo.toml"
10+
"${workspaceFolder}/packages/biliass/rust/Cargo.toml"
1111
]
1212
}

packages/biliass/Cargo.toml

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

packages/biliass/Cargo.lock renamed to packages/biliass/rust/Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)