Skip to content

Commit

Permalink
feat(api): add server crate
Browse files Browse the repository at this point in the history
Refs: orhun#54
  • Loading branch information
Xenira committed Oct 28, 2023
1 parent 72680de commit b18e757
Show file tree
Hide file tree
Showing 7 changed files with 742 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,3 +189,4 @@ jobs:
# Workaround for https://github.com/foresterre/cargo-msrv/issues/590
cargo msrv --output-format json --path crates/daktilo verify | tail -n 1 | jq --exit-status '.success'
cargo msrv --output-format json --path crates/daktilo_lib verify | tail -n 1 | jq --exit-status '.success'
cargo msrv --output-format json --path crates/daktilo_server verify | tail -n 1 | jq --exit-status '.success'
Loading

0 comments on commit b18e757

Please sign in to comment.