Fix sync-server separate compile

https://forums.ankiweb.net/t/anki-25-06-beta/62271/96
This commit is contained in:
Damien Elmes 2025-06-21 19:03:23 +07:00
parent 5cc3a2276b
commit cfd448565a

View file

@ -13,4 +13,4 @@ path = "main.rs"
name = "anki-sync-server"
[dependencies]
anki.workspace = true
anki = { workspace = true, features = ["rustls"] }