Made it compile again
This commit is contained in:
parent
d08de3d2b4
commit
a059adbd34
4 changed files with 1030 additions and 1240 deletions
|
|
@ -1,4 +1,3 @@
|
|||
cargo-features = ["codegen-backend"]
|
||||
[package]
|
||||
name = "apographe"
|
||||
version = "0.1.0"
|
||||
|
|
@ -20,21 +19,22 @@ tauri-build = { version = "2", features = [] }
|
|||
|
||||
[dependencies]
|
||||
tauri = { version = "2", features = ["protocol-asset", "unstable"] }
|
||||
|
||||
tauri-plugin-shell = "2"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
comrak = "0.29.0"
|
||||
tauri-plugin-dialog = "2"
|
||||
tauri-plugin-fs = "2"
|
||||
tauri-plugin-log = "2"
|
||||
shellexpand = "3.1.0"
|
||||
html_tag = "0.1.3"
|
||||
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
|
||||
comrak = { version = "0.39.0", features = ["bon", "cli"], default-features = false }
|
||||
shellexpand = "3"
|
||||
html_tag = "0.1"
|
||||
fuzzy-matcher = "0.3"
|
||||
sqlx = { version = "0.6.2", features = ["runtime-tokio-native-tls", "sqlite"] }
|
||||
confy = "0.6.1"
|
||||
tauri-plugin-dialog = "2"
|
||||
diff-match-patch-rs = "0.4.1"
|
||||
sqlx = { version = "0.8", features = ["runtime-tokio-native-tls", "sqlite"] }
|
||||
confy = "0.6"
|
||||
diff-match-patch-rs = "0.5"
|
||||
rand = "0.9"
|
||||
futures = "0.3.31"
|
||||
futures = "0.3"
|
||||
# [profile.dev]
|
||||
# codegen-backend = "cranelift"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue