worterbuch-cli 0.16.0

Command line clients for Wörterbuch.
Documentation
1
2
3
4
5
6
7
8
[tasks.test-ws]
command = "cargo"
args = ["test", "--no-default-features", "--features", "ws"]

[tasks.test]
command = "cargo"
args = ["test"]
dependencies = ["test-ws"]