Skip to content

Commit

Permalink
Merge pull request #15 from A2-ai/default-slot-vals
Browse files Browse the repository at this point in the history
Add default slot values
  • Loading branch information
andriygm authored Oct 16, 2024
2 parents 01eff29 + 8aebca5 commit a4b195a
Show file tree
Hide file tree
Showing 18 changed files with 452 additions and 129 deletions.
182 changes: 131 additions & 51 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ serde = { version = "1.0.202", features = ["derive"] }
strum_macros = "0.26.2"
tempdir = "0.3.7"
tera = "1.19.1"
thiserror = "1.0.64"
tokio = { version = "1.38.0", features = ["macros", "rt", "rt-multi-thread"] }
tokio-stream = "0.1.15"
toml = "0.8.13"
Expand Down
6 changes: 4 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spackle-cli"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
repository = "https://github.com/a2-ai/spackle"

Expand All @@ -15,7 +15,9 @@ colored = "2.1.0"
rocket = { version = "0.5.1", features = ["json"] }
rust-embed = "8.4.0"
tera = "1.20.0"
dialoguer = "0.11.0"
atty = "0.2.14"
toml = "0.8.19"
fronma = { version = "0.2.0", features = ["toml"] }
inquire = "0.7.5"
anyhow = "1.0.89"
fuzzy-matcher = "0.3.7"
Loading

0 comments on commit a4b195a

Please sign in to comment.