Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sample in readme miss dependencies #7

Closed
elderbig opened this issue Nov 9, 2021 · 1 comment
Closed

sample in readme miss dependencies #7

elderbig opened this issue Nov 9, 2021 · 1 comment

Comments

@elderbig
Copy link

elderbig commented Nov 9, 2021

to use tokio micro #[tokio::main] maybe need add dependencies in Cargo.toml like

[dependencies]
tokio = { version = "*", features = ["full"] }
@mvniekerk
Copy link
Owner

Thanks @elderbig of the bug report. I think it is safe to assume that someone running this crate already has tokio set up?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants