mirror of https://github.com/buster-so/buster.git
cli
This commit is contained in:
parent
4e2246e91d
commit
222da4b879
|
@ -2,6 +2,7 @@
|
||||||
members = [
|
members = [
|
||||||
"cli",
|
"cli",
|
||||||
"libs/dbt_utils",
|
"libs/dbt_utils",
|
||||||
|
"libs/semantic_layer",
|
||||||
# Add "libs/*" or specific lib crates here later
|
# Add "libs/*" or specific lib crates here later
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
[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]
|
||||||
|
# Dependencies will be inherited from the workspace
|
|
@ -0,0 +1 @@
|
||||||
|
// Placeholder for semantic_layer library code
|
Loading…
Reference in New Issue