Skip to content

Commit

Permalink
fix: Renamed apps
Browse files Browse the repository at this point in the history
  • Loading branch information
can-keklik committed May 25, 2024
1 parent adc970b commit 445af29
Show file tree
Hide file tree
Showing 74 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[workspace]
resolver = "1"
members = ["server", "cli"]
resolver= "2"
members = ["lykiadb-server", "lykiadb-shell"]
edition = "2021"

[profile.release]
opt-level = 3
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ To use Lykia, you can download the latest release from the GitHub releases page.
Run the server:

```shell
$ cargo run --release --bin lykiadb-server
$ cargo run --release --bin lykiadb-lykiadb-server
```
Run the client:

```shell
$ cargo run --release --bin lykiadb-shell cli/examples/fib.ly
$ cargo run --release --bin lykiadb-shell lykiadb-shell/examples/fib.ly
```

Client transmits the fib.ly in an infinite loop.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion cli/Cargo.toml → lykiadb-shell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ edition = "2021"

[dependencies]
clap = { version = "4.4.6", features = ["derive"] }
lykiadb-server = { path = "../server" }
lykiadb-server = { path = "../lykiadb-server" }
serde_json = "1.0.105"
tokio = { version = "~1.35.1" }
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 445af29

Please sign in to comment.