Got Codemirror up and running

This commit is contained in:
Gregory Schier
2023-02-15 19:53:46 -08:00
parent f3fc1fc0c4
commit 2f1d3a5c60
11 changed files with 853 additions and 56 deletions

View File

@@ -16,6 +16,10 @@ tauri-build = { version = "1.2", features = [] }
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.2", features = ["shell-open"] }
http = "0.2.8"
reqwest = { version = "0.11.14", features = ["json"] }
tokio = { version = "1.25.0", features = ["full"] }
futures = "0.3.26"
[features]
# by default Tauri runs in production mode