mirror of
https://github.com/System-End/slack-morphism-rust.git
synced 2026-04-19 20:55:11 +00:00
17 lines
366 B
TOML
17 lines
366 B
TOML
[book]
|
|
authors = ["Abdulla Abdurakhmanov"]
|
|
language = "en"
|
|
src = "src"
|
|
title = "Slack Morphism for Rust"
|
|
description = "Slack Morphism is a type-safe and modern client for Rust"
|
|
|
|
[rust]
|
|
edition = "2018"
|
|
|
|
[build]
|
|
build-dir = "output"
|
|
create-missing = false
|
|
|
|
[output.html]
|
|
default-theme = "navy"
|
|
git-repository-url = "https://github.com/abdolence/slack-morphism-rust"
|