vs-daemon 0.1.3

Daemon that owns the browser engine for vibesurfer.
Documentation
vs-daemon-0.1.3 has been yanked.

The vibesurfer daemon library — owns the engine, exposes the protocol.

The binary at src/main.rs is a thin wrapper around this library: it constructs a [Daemon], binds a Unix socket, and runs the [server] loop. Tests bypass the binary and drive [Daemon] directly.