ginger 0.1.0

Simple cookie parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "ginger"
description = "Simple cookie parser"
version = "0.1.0"
authors = ["Colin Reeder <colin@vpzom.click>"]
edition = "2018"
license = "MIT"
repository = "https://git.sr.ht/~vpzom/ginger"

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

[dependencies]
thiserror = "1.0.19"