10 lines
190 B
TOML
10 lines
190 B
TOML
[package]
|
|
name = "pukram-server"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
percent-encoding = "2.3"
|
|
maud = "0.25.0"
|
|
pukram2html = { git = "https://gitlab.com/porky11/pukram2html" }
|