mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
add a valid, empty file so the check action works in Rust Analyzer
This commit is contained in:
parent
1011dfec9b
commit
0fb745cdb9
2 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ members = ["rslib", "rslib/i18n", "pylib/rsbridge"]
|
|||
[lib]
|
||||
# dummy top level for tooling
|
||||
name = "anki"
|
||||
path = "src/lib.rs"
|
||||
path = "rslib/empty.rs"
|
||||
|
||||
[package.metadata.raze]
|
||||
workspace_path = "//cargo"
|
||||
|
|
0
rslib/empty.rs
Normal file
0
rslib/empty.rs
Normal file
Loading…
Reference in a new issue