Results 2 issues of tee8z

When trying to import this crate into a project that uses tokio, a dependency resolving issue occurs. Tokio is using the latest autocfg while this package is one version behind....

I created this command to help myself with testing a nostr bot. Can be used like this: ``` ./target/release/nostr-tool -r ws://localhost:8080 -p read-direct-message --sender ``` Will block until a direct...