21 lines
399 B
TOML
21 lines
399 B
TOML
[package]
|
|
name = "webhook"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
description.workspace = true
|
|
repository.workspace = true
|
|
readme.workspace = true
|
|
homepage.workspace = true
|
|
license.workspace = true
|
|
keywords.workspace = true
|
|
categories.workspace = true
|
|
documentation.workspace = true
|
|
[lib]
|
|
path = "lib.rs"
|
|
name = "webhook"
|
|
[dependencies]
|
|
|
|
[lints]
|
|
workspace = true
|