blob: abe3d1bf4f409dbe723a2d37fefbcd52ab7153d0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[package]
name = "windmark-starter-project"
version = "0.1.0"
edition = "2021"
[dependencies]
# Update this to the latest version!
#
# Gemini Server Framework
windmark = "0.1.20"
# Asynchronous Runtime
tokio = { version = "0.2.4", features = ["full"] }
|