Skip to content

Commit c6df512

Browse files
update readme
1 parent 8822c92 commit c6df512

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,10 @@ The Google Antigravity SDK is a Rust library for building AI agents powered by A
99

1010
## Installation
1111

12-
1. Add the SDK to your project using Cargo:
12+
1. Add the SDK and tokio to your project:
1313
```sh
1414
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"] }
15+
cargo add tokio --features full
2116
```
2217

2318
2. **Obtain the `localharness` binary:**

0 commit comments

Comments
 (0)