mirror of https://github.com/buster-so/buster.git
12 lines
298 B
TOML
12 lines
298 B
TOML
[package]
|
|
name = "semantic_layer"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
serde = { workspace = true }
|
|
serde_yaml = { workspace = true }
|
|
# Dependencies will be inherited from the workspace
|