2024-03-25 00:57:14 +01:00
|
|
|
[package]
|
2024-04-13 20:57:16 +02:00
|
|
|
name = "sv-rustit"
|
2024-04-18 01:35:36 +02:00
|
|
|
version = "0.3.0"
|
2024-04-13 20:19:46 +02:00
|
|
|
edition = "2021"
|
2024-03-25 00:57:14 +01:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2024-04-13 01:05:41 +02:00
|
|
|
tokio = { version = "1.37.0", features = ["full"] }
|
2024-04-13 20:19:46 +02:00
|
|
|
libc = "0.2"
|