chore: add snapshot CLI binary and lib re-export
This commit is contained in:
3
src/bin/snapshot.rs
Normal file
3
src/bin/snapshot.rs
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
fn main() {
|
||||||
|
antigravity_proxy::snapshot::run_cli();
|
||||||
|
}
|
||||||
3
src/lib.rs
Normal file
3
src/lib.rs
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
//! Antigravity proxy library — shared modules for main proxy and tools.
|
||||||
|
|
||||||
|
pub mod snapshot;
|
||||||
Reference in New Issue
Block a user