Skip to content

Commit c570038

Browse files
authored
Merge pull request #88 from ovh/feature/api-wrapper
Feature/api wrapper
2 parents 10ddda4 + 8bccacb commit c570038

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+2756
-220
lines changed

Cargo.lock

Lines changed: 142 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[workspace]
22
resolver = "2"
3-
members = ["shai-macros", "shai-llm", "shai-core", "shai-cli"]
3+
members = ["shai-macros", "shai-llm", "shai-core", "shai-cli", "shai-http"]
44

55
[patch.crates-io]
66
ratatui = { git = "https://github.com/Marlinski/ratatui", branch = "feature/viewport-resize-v29" }

0 commit comments

Comments
 (0)