Skip to content

Instantly share code, notes, and snippets.

@idontcalculate
Created September 3, 2024 16:46
Show Gist options
  • Save idontcalculate/1dd5337fb09bfbc64ab0e70700a01d6c to your computer and use it in GitHub Desktop.
Save idontcalculate/1dd5337fb09bfbc64ab0e70700a01d6c to your computer and use it in GitHub Desktop.
[package]
name = "io_server"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio = { version = "1", features = ["full"] }
io-uring = "0.5"
[[bin]]
name = "io_server"
path = "src/main.rs"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment