mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
33 lines
544 B
TOML
33 lines
544 B
TOML
[package]
|
|
name = "ruminuwuity"
|
|
description.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
readme.workspace = true
|
|
repository.workspace = true
|
|
version.workspace = true
|
|
|
|
[lib]
|
|
path = "mod.rs"
|
|
|
|
[features]
|
|
default = ["client", "server"]
|
|
client = []
|
|
server = []
|
|
|
|
unstable-exhaustive-types = []
|
|
unstable-msc3202 = []
|
|
unstable-msc4203 = []
|
|
|
|
[dependencies]
|
|
assign.workspace = true
|
|
ruma.workspace = true
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
wildmatch = "2.6.1"
|
|
|
|
[dev-dependencies]
|
|
|
|
[lints]
|
|
workspace = true
|