A simple [Youdao](https://www.youdao.com/) dict tool.
Install `ydt` with Cargo:
```bash
cargo install ydt
```
Or use the following [Nix](https://nixos.org/) command to install and run directly:
```bash
nix run . -- <WORD>
```
To use the `ydt` for looking up a word, use the following command:
```bash
ydt <WORD>
```