Skip to content

Commit

Permalink
created base server package
Browse files Browse the repository at this point in the history
  • Loading branch information
abrassel committed Jun 17, 2024
1 parent 9aacb90 commit 6981bc0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
15 changes: 6 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
[package]
name = "unitycatalog-rs"
version = "0.1.0"
[workspace]
members = ["server"]
resolver = "2"

[workspace.package]
edition = "2021"
description = "Open, Multi-modal Catalog for Data & AI"
repository = "https://github.com/abrassel/unitycatalog-rs"
license = "Apache-2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
version = "0.0.1"
7 changes: 7 additions & 0 deletions server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[package]
name = "server"
edition.workspace = true
license.workspace = true
version.workspace = true

[dependencies]
File renamed without changes.

0 comments on commit 6981bc0

Please sign in to comment.