diff options
Diffstat (limited to 'rust/Cargo.toml')
| -rw-r--r-- | rust/Cargo.toml | 10 |
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] | ||
| 2 | name = "gats" | ||
| 3 | version = "0.1.0" | ||
| 4 | edition = "2024" | ||
| 5 | |||
| 6 | [dependencies] | ||
| 7 | tokio = { version = "1.48.0", optional = true, features = ["io-util"] } | ||
| 8 | |||
| 9 | [features] | ||
| 10 | tokio = ["dep:tokio"] | ||
