diff options
| author | Conrad Ludgate <conrad.ludgate@truelayer.com> | 2022-04-23 18:34:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-23 18:34:41 +0100 |
| commit | eab1dbf4140339a038f4ff5eb1ebde75b90062be (patch) | |
| tree | ed5f146e0e3a1b4f3115b7390d8cb5c84051c849 /atuin-client/Cargo.toml | |
| parent | Release v0.9.0 (#334) (diff) | |
| download | atuin-eab1dbf4140339a038f4ff5eb1ebde75b90062be.zip | |
sql builder (#333)
* start
* clean up
* refactor globs
Diffstat (limited to 'atuin-client/Cargo.toml')
| -rw-r--r-- | atuin-client/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml index aba50397..9d76b780 100644 --- a/atuin-client/Cargo.toml +++ b/atuin-client/Cargo.toml @@ -46,6 +46,8 @@ sqlx = { version = "0.5", features = [ minspan = "0.1.1" regex = "1.5.4" fs-err = "2.7" +sql-builder = "3" +lazy_static = "1" # sync urlencoding = { version = "2.1.0", optional = true } |
