aboutsummaryrefslogtreecommitdiff
path: root/rust/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r--rust/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
new file mode 100644
index 0000000..e945f0b
--- /dev/null
+++ b/rust/Cargo.toml
@@ -0,0 +1,10 @@
1[package]
2name = "gats"
3version = "0.1.0"
4edition = "2024"
5
6[dependencies]
7tokio = { version = "1.48.0", optional = true, features = ["io-util"] }
8
9[features]
10tokio = ["dep:tokio"]