Merge branch 'worktree-agent-a23e63cec86723942' into rustify

This commit is contained in:
iris committed 2026-09-05 05:09:20 -04:00
commit ea13889a21
7 files changed
+531 -11

No files matched your search

+8
View File
@@ -50,6 +50,14 @@ tokio = { workspace = true, features = ["sync", "rt", "rt-multi-thread", "time"]
# to build the library itself, so this only matters for `--examples`.
tabs-ui = { path = "tabs-ui" }
# Plain Instant-timed binaries, not criterion -- see benches/message_list.rs's
# header for why. `harness = false` opts out of the unstable `#[bench]`
# test-crate harness cargo would otherwise want, in favour of an ordinary
# `fn main()`.
[[bench]]
name = "message_list"
harness = false
[workspace]
members = ["core", "macro", "tabs-ui"]
# android-app pulls in android-view, which needs the NDK sysroot to link