txtweb 0.2.0

text file-based webpage generator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "txtlib"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "737285a557290634c369e2e220acf16c2b6ca20bcf58ac5e6457875aebe49ab8"

[[package]]
name = "txtweb"
version = "0.2.0"
dependencies = [
 "txtlib",
]