15 lines
216 B
TOML
15 lines
216 B
TOML
[book]
|
|
authors = ["sangge"]
|
|
language = "zh-cn"
|
|
src = "src"
|
|
title = "Cryptopal Book"
|
|
|
|
[output.html.print]
|
|
enable = false
|
|
|
|
[output.html.search]
|
|
enable = false
|
|
[output.html]
|
|
default-theme = "rust"
|
|
code.runnable = false
|