Anki/rslib
Damien Elmes 40e1520acb Drop workspace-hack in favor of workspace deps
Workspace deps were introduced in Rust 1.64. They don't cover all the
cases that Hakari did unfortunately, but they are simpler to maintain,
and they avoid a couple of issues that Hakari had:

- It sometimes made updating dependencies harder due to the locked versions,
so you had to disable Hakari, do the updates, and then re-generate (
e.g. 943dddf28f)
- The current Hakari config was breaking AnkiDroid's build, as it was
stopping a cross-compile from functioning correctly.
2023-06-23 17:41:31 +10:00
..
benches Switch Rust import style (#2330) 2023-01-18 21:39:55 +10:00
i18n Drop workspace-hack in favor of workspace deps 2023-06-23 17:41:31 +10:00
i18n_helpers Drop workspace-hack in favor of workspace deps 2023-06-23 17:41:31 +10:00
io Drop workspace-hack in favor of workspace deps 2023-06-23 17:41:31 +10:00
linkchecker Drop workspace-hack in favor of workspace deps 2023-06-23 17:41:31 +10:00
process Drop workspace-hack in favor of workspace deps 2023-06-23 17:41:31 +10:00
proto Drop workspace-hack in favor of workspace deps 2023-06-23 17:41:31 +10:00
proto_gen Drop workspace-hack in favor of workspace deps 2023-06-23 17:41:31 +10:00
src Fix lack of progress/error when importing a .colpkg 2023-06-22 09:46:09 +10:00
tests/support move linkchecker into separate crate 2021-12-20 17:27:43 +10:00
.gitignore initial Bazel conversion 2020-11-01 14:26:58 +10:00
bench.sh New TTS/AV tag handling (#1559) 2021-12-17 19:04:42 +10:00
build.rs Refactor service generation (#2552) 2023-06-19 15:33:40 +10:00
Cargo.toml Drop workspace-hack in favor of workspace deps 2023-06-23 17:41:31 +10:00
README.md Move away from Bazel (#2202) 2022-11-27 15:24:20 +10:00
rust_interface.rs More service generation refactoring 2023-06-22 09:46:09 +10:00

Anki's Rust code.