echo/modules/dictserv/Cargo.toml

8 lines
210 B
TOML

[package]
name = "echo-dictserv"
version = "0.0.1"
edition = "2021"
description = "DictServ: dictionary, thesaurus and reference lookups over DICT (RFC 2229)."
[dependencies]
echo-api = { path = "../../api" }