Open in github.dev
Open in a new github.dev tab
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
9 lines (7 sloc)
188 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [package] | |
| name = "stars" | |
| version = "0.1.0" | |
| edition = "2021" | |
| # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | |
| [dependencies] | |
| rand = "0.8.3" |