diff options
author | 2025-08-17 09:15:53 +0100 | |
---|---|---|
committer | 2025-08-17 09:15:53 +0100 | |
commit | e9b472eb0b7e4f832d9df96b674dc8da73b34b94 (patch) | |
tree | cb933de9bbf7e0ce0aa090ead2b9d7ad57a20e0e /.helix/languages.toml | |
parent | 561dc2d6b6bc729ddd936ff7fe175c91b175e8b2 (diff) | |
download | luz-e9b472eb0b7e4f832d9df96b674dc8da73b34b94.tar.gz luz-e9b472eb0b7e4f832d9df96b674dc8da73b34b94.tar.bz2 luz-e9b472eb0b7e4f832d9df96b674dc8da73b34b94.zip |
feat: new db schema
Diffstat (limited to '')
-rw-r--r-- | .helix/languages.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.helix/languages.toml b/.helix/languages.toml index 02fab3a..66e6ace 100644 --- a/.helix/languages.toml +++ b/.helix/languages.toml @@ -5,5 +5,6 @@ command = "rust-analyzer" # check.overrideCommand="cargo check --message-format=json -p luz", # check.workspace = false, # cargo.target = "wasm32-unknown-unknown", -# config = { cargo.target = "wasm32-unknown-unknown", cargo.features = ["jid/rusqlite", "stanza/rfc_6121", "stanza/xep_0203", "stanza/rfc_7395", "stanza/xep_0030", "stanza/xep_0060", "stanza/xep_0172", "stanza/xep_0390", "stanza/xep_0128", "stanza/xep_0115", "stanza/xep_0084", "uuid/v4", "tokio/full", "rsasl/provider_base64", "rsasl/plain", "rsasl/config_builder", "rsasl/scram-sha-1", "stanza/xep_0156"] } +# config = { cargo.target = "wasm32-unknown-unknown" } +config = { cargo.target = "wasm32-unknown-unknown", cargo.features = ["jid/rusqlite", "stanza/rfc_6121", "stanza/xep_0203", "stanza/rfc_7395", "stanza/xep_0030", "stanza/xep_0060", "stanza/xep_0172", "stanza/xep_0390", "stanza/xep_0128", "stanza/xep_0115", "stanza/xep_0084", "uuid/v4", "tokio/full", "rsasl/provider_base64", "rsasl/plain", "rsasl/config_builder", "rsasl/scram-sha-1", "stanza/xep_0156", "stanza/xep_0297", "stanza/xep_0280", "stanza/xep_0334"] } # "sqlx/sqlite", "sqlx/runtime-tokio", "sqlx/uuid", "sqlx/chrono", "jid/sqlx", |