sgd-praktikum/Cargo.toml

11 lines
238 B
TOML
Raw Normal View History

2023-06-14 17:30:22 +02:00
[package]
name = "MS3"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.0", features = ["full"] }
sibyl = "0.6.16"