summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorihciah <[email protected]>2021-11-28 01:46:23 +0800
committerihciah <[email protected]>2021-11-29 16:05:45 +0800
commit54d9885220d2e0cd0167f6cbb10c7b0d9e762df2 (patch)
tree392992a5ee3d531018bf55c12305e0ebc2ce984a /Cargo.toml
init
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml19
1 files changed, 19 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..181f748
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,19 @@
+[package]
+authors = ["ihciah <[email protected]>"]
+edition = "2021"
+name = "mini-rust-runtime"
+version = "0.1.0"
+license = "MIT"
+
+[dependencies]
+polling = "2"
+socket2 = "0.4"
+libc = "0.2"
+nix = "0.23"
+scoped-tls = "1"
+futures = "0.3"
+waker-fn = "1"
+pin-utils = "0.1"
+rustc-hash = "1"
+
+tokio = {version = "1", features = ["io-util"]}