diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-17 21:33:40 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-17 21:57:13 +0800 |
| commit | ad0943f88ba9f5ed6eae198ecb4835c0f44701de (patch) | |
| tree | 6a8eb1fee42e7ee173e74788dafeb27c52429683 /rola-draft | |
chore: initialize project structure and add core modules
Diffstat (limited to 'rola-draft')
| -rw-r--r-- | rola-draft/Cargo.toml | 8 | ||||
| -rw-r--r-- | rola-draft/src/lib.rs | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/rola-draft/Cargo.toml b/rola-draft/Cargo.toml new file mode 100644 index 0000000..af5edc6 --- /dev/null +++ b/rola-draft/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "rola-draft" +version.workspace = true +edition.workspace = true +authors.workspace = true +license.workspace = true + +[dependencies] diff --git a/rola-draft/src/lib.rs b/rola-draft/src/lib.rs new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/rola-draft/src/lib.rs @@ -0,0 +1 @@ + |
