Xml metadata embedding

This commit is contained in:
Wataru Otsubo 2025-02-12 13:10:48 +00:00
parent f714b42249
commit 9555b743f9
11 changed files with 161 additions and 62 deletions

View file

@ -25,8 +25,9 @@ rustupのインストールには公式サイトにある`curl`スクリプト
### バイナリクレートの使い方
```bash
cargo build --bins --release
cargo build --features=bin --bins --release
```
を実行します。
`--release`はオプションです。