mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-25 07:20:19 +00:00
26 lines
392 B
TOML
26 lines
392 B
TOML
[package]
|
|
name = "discord-channel"
|
|
version = "0.2.1"
|
|
edition = "2021"
|
|
description = "Discord channel for OptimClaw"
|
|
license = "MIT OR Apache-2.0"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
wit-bindgen = "0.36"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[profile.release]
|
|
strip = true
|
|
opt-level = "s"
|
|
lto = true
|
|
codegen-units = 1
|
|
|
|
|
|
|
|
[workspace]
|