15 lines
329 B
TOML
15 lines
329 B
TOML
|
[package]
|
||
|
name = "zou"
|
||
|
version = "0.1.0"
|
||
|
authors = [ "Victor Mignot <dala@dalaran.fr>" ]
|
||
|
license = "BSD-3-Clause"
|
||
|
repository = "https://git.dalaran.fr/dala/yorokobot"
|
||
|
homepage = "https://git.dalaran.fr/dala/yorokobot/src/branch/main/zou"
|
||
|
edition = "2021"
|
||
|
|
||
|
[dependencies]
|
||
|
|
||
|
[lints.rust]
|
||
|
unsafe_code= "forbid"
|
||
|
missing_docs = "deny"
|