add a valid, empty file so the check action works in Rust Analyzer

This commit is contained in:
Damien Elmes 2021-05-05 15:53:27 +10:00
parent 1011dfec9b
commit 0fb745cdb9
2 changed files with 1 additions and 1 deletions

View file

@ -10,7 +10,7 @@ members = ["rslib", "rslib/i18n", "pylib/rsbridge"]
[lib] [lib]
# dummy top level for tooling # dummy top level for tooling
name = "anki" name = "anki"
path = "src/lib.rs" path = "rslib/empty.rs"
[package.metadata.raze] [package.metadata.raze]
workspace_path = "//cargo" workspace_path = "//cargo"

0
rslib/empty.rs Normal file
View file