mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-15 17:52:57 +00:00
12 lines
238 B
TOML
12 lines
238 B
TOML
[package]
|
|
name = "common-frontend"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
async-trait.workspace = true
|
|
common-error.workspace = true
|
|
common-macro.workspace = true
|
|
snafu.workspace = true
|