We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8822c92 commit c6df512Copy full SHA for c6df512
1 file changed
README.md
@@ -9,15 +9,10 @@ The Google Antigravity SDK is a Rust library for building AI agents powered by A
9
10
## Installation
11
12
-1. Add the SDK to your project using Cargo:
+1. Add the SDK and tokio to your project:
13
```sh
14
cargo add antigravity-sdk-rust
15
- ```
16
- Or add it manually to your `Cargo.toml`:
17
- ```toml
18
- [dependencies]
19
- antigravity-sdk-rust = "0.1.0"
20
- tokio = { version = "1", features = ["full"] }
+ cargo add tokio --features full
21
```
22
23
2. **Obtain the `localharness` binary:**
0 commit comments