Crystal 在哪里安装分片?

Where does Crystal install shards?

当我 运行 shards install 时,Crystal 从 shard.yml 安装分片依赖项到我系统的什么地方? RubyGems 在隐藏文件夹 ~/. gem/ruby/ 中安装 gems,但是,我在主目录中找不到类似 ~/.crystal~/.shard 的位置。

Crystal 解析依赖项并将其安装到项目的 lib 文件夹中。

https://crystal-lang.org/reference/the_shards_command/index.html#shards-install