aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 6064e4f8eaad695eec3f69c9ba9b949dc012ec0e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "windmark"
version = "0.0.0"
edition = "2021"
description = "Simple and highly performant Gemini server framework"
license = "GPL-3.0-only"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]