-
Notifications
You must be signed in to change notification settings - Fork 116
Expand file tree
/
Copy pathCargo.toml
More file actions
30 lines (26 loc) · 778 Bytes
/
Cargo.toml
File metadata and controls
30 lines (26 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[package]
authors.workspace = true
categories.workspace = true
description = "<DESCRIPTION>"
edition.workspace = true
homepage.workspace = true
keywords.workspace = true
license.workspace = true
name = "pgt_schema_cache"
repository.workspace = true
version = "0.0.0"
[dependencies]
anyhow.workspace = true
async-std = { version = "1.12.0" }
futures-util = "0.3.31"
pgt_console.workspace = true
pgt_diagnostics.workspace = true
serde.workspace = true
serde_json.workspace = true
sqlx.workspace = true
strum = { workspace = true }
tokio.workspace = true
[dev-dependencies]
pgt_test_utils.workspace = true
[lib]
doctest = false