Skip to content

Commit 9a71ec8

Browse files
committed
create a basic cubeorchestrator project structure
1 parent ab8ad2b commit 9a71ec8

File tree

8 files changed

+3528
-0
lines changed

8 files changed

+3528
-0
lines changed

rust/cubenativeutils/rustfmt.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
imports_granularity = "Crate"

rust/cubeorchestrator/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/target
2+
/.idea
3+
.vscode

rust/cubeorchestrator/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# ChangeLog
2+

0 commit comments

Comments
 (0)