diff options
| author | Christian Cunningham <cc@localhost> | 2024-02-07 18:49:14 -0800 |
|---|---|---|
| committer | Christian Cunningham <cc@localhost> | 2024-02-07 18:49:14 -0800 |
| commit | 37cd3c83f38c734b7fbae91c4d83ec4a21a53dd3 (patch) | |
| tree | b038d1afdaf6d83fc19274a9c1322d5ea176eb70 /Cargo.toml | |
Initial Commit
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..e78aa95 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "cge" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +rand = { version = "*" } |
