notedeck

One damus client to rule them all
git clone git://jb55.com/notedeck
Log | Files | Refs | README | LICENSE

commit e4f637f8f5a672dc8cdfbcf227a69a3ecbe7c41c
parent 66b0899c939c475d09d85c51651a3e4e666d2e78
Author: William Casarin <jb55@jb55.com>
Date:   Fri,  6 Feb 2026 15:24:05 -0800

claude-sdk: make relative to project for now

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Mcrates/notedeck_dave/Cargo.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crates/notedeck_dave/Cargo.toml b/crates/notedeck_dave/Cargo.toml @@ -5,7 +5,7 @@ version.workspace = true [dependencies] async-openai = { version = "0.28.0", features = ["rustls-webpki-roots"] } -claude-agent-sdk-rs = { path = "/home/jb55/dev/github/tyrchen/claude-agent-sdk-rs" } +claude-agent-sdk-rs = { path = "../../../claude-agent-sdk-rs" } egui = { workspace = true } sha2 = { workspace = true } notedeck = { workspace = true }