Skip to content

Commit

Permalink
Add main app
Browse files Browse the repository at this point in the history
  • Loading branch information
najamelan committed Mar 2, 2019
1 parent ac0d0d9 commit fc00281
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@
[submodule "ekke_merge_derive"]
path = ekke_merge_derive
url = [email protected]:najamelan/ekke_merge_derive
[submodule "apps/main"]
path = apps/main
url = [email protected]:najamelan/ekke_main
17 changes: 10 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@

members = [

"ekke_core" ,
"ekke_io" ,
"ekke_config" ,
"ekke_merge" ,
"ekke_merge_derive",
#"apps/filebrowser" ,
"apps/systemd" ,
"ekke_core" ,
"ekke_io" ,
"ekke_config" ,
"ekke_merge" ,
"ekke_merge_derive" ,

#"apps/filebrowser" ,
"apps/main/main_backend" ,
"apps/main/main_frontend" ,
"apps/systemd" ,
]
1 change: 1 addition & 0 deletions apps/main
Submodule main added at a5e81f

0 comments on commit fc00281

Please sign in to comment.