17 lines
No EOL
515 B
TOML
17 lines
No EOL
515 B
TOML
[package]
|
|
name = "bin"
|
|
version = "0.1.0"
|
|
authors = ["Jordan Doyle <jordan@doyle.la>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
linked-hash-map = "0.5"
|
|
askama = { git = "https://github.com/djc/askama", rev = "fc5addc4", features = ["with-rocket"] }
|
|
askama_escape = { git = "https://github.com/djc/askama", rev = "fc5addc4" }
|
|
rocket = "0.4"
|
|
lazy_static = "1.2"
|
|
rand = "0.6"
|
|
gpw = "0.1"
|
|
syntect = "3.0"
|
|
chashmap = { git = "https://github.com/redox-os/tfs", rev = "b3e7cae1" }
|
|
serde = { version = "1.0", features = ["derive"] } |