Add basic project structure
Showing
- core/codegen/Cargo.toml 8 additions, 0 deletionscore/codegen/Cargo.toml
- core/codegen/src/lib.rs 14 additions, 0 deletionscore/codegen/src/lib.rs
- core/html/Cargo.toml 8 additions, 0 deletionscore/html/Cargo.toml
- core/html/src/lib.rs 14 additions, 0 deletionscore/html/src/lib.rs
- core/http/Cargo.toml 8 additions, 0 deletionscore/http/Cargo.toml
- core/http/src/lib.rs 14 additions, 0 deletionscore/http/src/lib.rs
- site/Cargo.toml 8 additions, 0 deletionssite/Cargo.toml
- site/src/main.rs 3 additions, 0 deletionssite/src/main.rs
core/codegen/Cargo.toml
0 → 100644
core/codegen/src/lib.rs
0 → 100644
core/html/Cargo.toml
0 → 100644
core/html/src/lib.rs
0 → 100644
core/http/Cargo.toml
0 → 100644
core/http/src/lib.rs
0 → 100644
site/Cargo.toml
0 → 100644
site/src/main.rs
0 → 100644
Please register or sign in to comment