Skip to content

Commit

Permalink
added a server module for launching the API and HTTP services (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheroz authored Nov 6, 2023
1 parent 9887dd3 commit 7391a98
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
[workspace]
members = ["anor-storage", "anor-api", "anor-http", "anor-utils", "anor-server"]
resolver = "2"
members = [
"anor-storage",
"anor-api",
"anor-http",
"anor-server",
"anor-utils",
]

0 comments on commit 7391a98

Please sign in to comment.