Skip to content

Commit

Permalink
Merge pull request #2 from Sideko-Inc/cli-0.3
Browse files Browse the repository at this point in the history
Cli 0.3
  • Loading branch information
eliasposen authored Mar 7, 2024
2 parents 6f64790 + a44dfc4 commit e8e27df
Show file tree
Hide file tree
Showing 22 changed files with 1,336 additions and 237 deletions.
186 changes: 184 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]
members = ["core", "sideko-py"]
members = ["core", "sideko-py", "sideko-api"]
resolver = "2"

[workspace.package]
Expand Down
6 changes: 5 additions & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
[package]
name = "sideko"
version = "0.2.1"
version = "0.3.0"
edition = "2021"
authors = [
"Elias Posen <[email protected]>",
"Patrick Kelly <[email protected]>",
]

[dependencies]
# Workspace
sideko_api = { path = "../sideko-api" }

# External
anstyle = "1.0.3"
bytes = "1.5.0"
camino = "1.1.6"
Expand Down
Loading

0 comments on commit e8e27df

Please sign in to comment.