-
Notifications
You must be signed in to change notification settings - Fork 2.1k
chore(tower-uds): delete unused crate #10676
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
crates/tower-uds/Cargo.toml
Outdated
|
|
||
| [dependencies] | ||
| tokio = { workspace = true, features = ["net"] } | ||
| tokio = { workspace = true, features = ["net", "macros", "rt", "io-util"] } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these required? I'm a little concerned about adding these features just for testing since they're invasive and will end up in the binary.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, you right. I moved them to dev-dependencies. Is that sufficient?
Co-authored-by: Chris Olszewski <chris.olszewski@vercel.com>
3490ced to
c0916cd
Compare
No description provided.