Skip to content

Commit

Permalink
Cargo.lockファイルをgit管理対象に追加した (VOICEVOX#139)
Browse files Browse the repository at this point in the history
現在Cargo.lockファイルはgit管理対象外になっているが、cargoにはCargo.lockファイルをgit管理対象に入れるべき場合とそうでない場合がある。
Cargo.lockファイルをgit管理対象に入れないべき場合はcargo.ioなどでソースファイルごとライブラリとして公開し、ユーザー側でビルドする場合
git管理対象に入れる場合は配布形態がバイナリ等ソースコードに依存しない形で配布する場合
本リポジトリはcdylib形式でdllバイナリとして配布することを目的としているのでgit管理対象に入れるべきケースになる

詳しくは公式ドキュメントを参照のこと
https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html

refs VOICEVOX#128
  • Loading branch information
qwerty2501 committed Jul 23, 2022
1 parent 6bb7ed2 commit 82a8a06
Show file tree
Hide file tree
Showing 2 changed files with 972 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,3 @@ packages/

# Cargo
target
/Cargo.lock
Loading

0 comments on commit 82a8a06

Please sign in to comment.