You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
218 B
14 lines
218 B
[package]
|
|
name = "sigweb"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
serde = "1"
|
|
serde_json = "1"
|
|
maud = "0.22"
|
|
libsig = { path = "../libsig" }
|
|
|
|
[dependencies.rocket]
|
|
version = "0.5.0-rc.1"
|
|
features = ["json"]
|
|
|