diff options
| author | 2026-01-13 11:25:35 +0800 | |
|---|---|---|
| committer | 2026-01-13 11:25:35 +0800 | |
| commit | 68474e65c27323da62aad223cea7fb22356b0df6 (patch) | |
| tree | 3e6806cb3d1b0c2a0b6483fcd1768119620f9012 /src/core/mod.rs | |
| parent | 431c117a55d06e45ef48305f67f71e6a2afb76fd (diff) | |
| download | DropOut-68474e65c27323da62aad223cea7fb22356b0df6.tar.gz DropOut-68474e65c27323da62aad223cea7fb22356b0df6.zip | |
feat: Added version control functionality and integrated Tokio and Reqwest to support asynchronous operations
Diffstat (limited to 'src/core/mod.rs')
| -rw-r--r-- | src/core/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/mod.rs b/src/core/mod.rs new file mode 100644 index 0000000..640fc64 --- /dev/null +++ b/src/core/mod.rs @@ -0,0 +1 @@ +pub mod manifest; |