Skip to content

Commit

Permalink
Initial project layout
Browse files Browse the repository at this point in the history
  • Loading branch information
najamelan committed Jan 22, 2019
1 parent df2f4b1 commit 63d9201
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk
resources
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[submodule "ekke_rpc"]
path = ekke_rpc
url = [email protected]:najamelan/ekke_rpc.git
[submodule "apps/filebrowser"]
path = apps/filebrowser
url = [email protected]:najamelan/ekke_filebrowser.git
[submodule "ekke_core"]
path = ekke_core
url = [email protected]:najamelan/ekke_core.git
[submodule "ekke_io"]
path = ekke_io
url = [email protected]:najamelan/ekke_io.git
9 changes: 9 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[workspace]

members = [

"ekke_core",
"ekke_io",
"apps/filebrowser"

]
2 changes: 1 addition & 1 deletion apps/filebrowser
Submodule filebrowser updated 2 files
+11 −0 Cargo.toml
+3 −0 src/main.rs
2 changes: 1 addition & 1 deletion ekke_core
1 change: 1 addition & 0 deletions ekke_io
Submodule ekke_io added at 31d870
1 change: 0 additions & 1 deletion ekke_rpc
Submodule ekke_rpc deleted from 77df5e

0 comments on commit 63d9201

Please sign in to comment.