Skip to content

Commit

Permalink
feat: add pgsql completition
Browse files Browse the repository at this point in the history
  • Loading branch information
dancixx committed Jan 24, 2024
1 parent 9ac1013 commit ebf8550
Show file tree
Hide file tree
Showing 10 changed files with 1,113 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@

# Environment file
.env

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,5 @@ futures = "0.3.30"
async-stream = "0.3.5"
icondata = "0.3.0"



[workspace]
members = ["src-tauri", "common"]
2 changes: 2 additions & 0 deletions common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ version = "1.0.0-alpha.8"
edition = "2021"

[dependencies]
js-sys = "0.3.67"
serde = "1.0.193"
wasm-bindgen = "0.2.90"
Loading

0 comments on commit ebf8550

Please sign in to comment.