This commit is contained in:
dal 2025-04-09 17:09:00 -06:00
parent 4e2246e91d
commit 222da4b879
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
3 changed files with 11 additions and 0 deletions

View File

@ -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
] ]

View File

@ -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

View File

@ -0,0 +1 @@
// Placeholder for semantic_layer library code