A safe, simple, extensible, and fast agent harness
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix missing cargo profile for `dist`

+4
+4
Cargo.toml
··· 43 43 # Allow manual edits to the generated workflow (we add a protoc install step). 44 44 allow-dirty = ["ci"] 45 45 46 + [profile.dist] 47 + inherits = "release" 48 + lto = "thin" 49 + 46 50 [workspace.dependencies] 47 51 anyhow = "1" 48 52 futures = "0.3"