txtweb 0.1.8

text file-based webpage generating tool
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.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4cdef7a2a6ebcc90d88319a44ecf3483e205f4cc1740faf27d3890b08d3bf6f"

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