finish rust port of 68_orbit

This commit is contained in:
AnthonyMichaelTDM
2022-05-14 23:39:18 -07:00
parent 9cd4dd33a0
commit bbbf2478ef
4 changed files with 330 additions and 0 deletions

9
68_Orbit/rust/Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "rust"
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.5"