Skip to content

Commit

Permalink
reorg application subdirs
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliepopescu committed Jan 6, 2024
1 parent 1b2d9bd commit a8e7ea0
Show file tree
Hide file tree
Showing 23 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ members = [
"client/core",
"client/single-key-dal",
"client/serializable-noise-kv",
"apps/cmdline-lightswitch",
"apps/cmdline-period-tracking",
"apps/cmdline-chess",
"apps/cmdline-social-media",
"apps/cmdline-password-manager",
"apps/cmdline-calendar",
"apps/cmdline-auctioning",
"apps/cmdline/lightswitch",
"apps/cmdline/period-tracking",
"apps/cmdline/chess",
"apps/cmdline/family-app",
"apps/cmdline/password-manager",
"apps/cmdline/calendar",
"apps/cmdline/auctioning",
"server",
"server-bench",
"server-goose-bench",
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
single-key-dal = { path = "../../client/single-key-dal" }
single-key-dal = { path = "../../../client/single-key-dal" }
reedline-repl-rs = { version = "1.0.3", features = ["async"] }
tokio = { version = "1.25.0", features = ["macros", "io-std", "io-util", "rt", "rt-multi-thread"] }
uuid = "1.3.0"
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
single-key-dal = { path = "../../client/single-key-dal" }
single-key-dal = { path = "../../../client/single-key-dal" }
reedline-repl-rs = { version = "1.0.3", features = ["async"] }
tokio = { version = "1.25.0", features = ["macros", "io-std", "io-util", "rt", "rt-multi-thread"] }
uuid = "1.3.0"
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
single-key-dal = { path = "../../client/single-key-dal" }
single-key-dal = { path = "../../../client/single-key-dal" }
reedline-repl-rs = { version = "1.0.3", features = ["async"] }
tokio = { version = "1.25.0", features = ["macros", "io-std", "io-util", "rt", "rt-multi-thread"] }
uuid = "1.3.0"
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
single-key-dal = { path = "../../client/single-key-dal" }
single-key-dal = { path = "../../../client/single-key-dal" }
reedline-repl-rs = { version = "1.0.3", features = ["async"] }
tokio = { version = "1.25.0", features = ["macros", "io-std", "io-util", "rt", "rt-multi-thread"] }
uuid = "1.3.0"
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
itertools = "0.10.5"
single-key-dal = { path = "../../client/single-key-dal" }
single-key-dal = { path = "../../../client/single-key-dal" }
reedline-repl-rs = { version = "1.0.3", features = ["async"] }
tokio = { version = "1.25.0", features = ["macros", "io-std", "io-util", "rt", "rt-multi-thread"] }
uuid = "1.3.0"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
single-key-dal = { path = "../../client/single-key-dal" }
single-key-dal = { path = "../../../client/single-key-dal" }
reedline-repl-rs = { version = "1.0.3", features = ["async"] }
tokio = { version = "1.25.0", features = ["macros", "io-std", "io-util", "rt", "rt-multi-thread"] }
uuid = "1.3.0"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
single-key-dal = { path = "../../client/single-key-dal" }
single-key-dal = { path = "../../../client/single-key-dal" }
reedline-repl-rs = { version = "1.0.3", features = ["async"] }
tokio = { version = "1.25.0", features = ["macros", "io-std", "io-util", "rt", "rt-multi-thread"] }
uuid = "1.3.0"
Expand Down
File renamed without changes.

0 comments on commit a8e7ea0

Please sign in to comment.