Skip to content

Commit 0e3628f

Browse files
authored
Create Cargo.toml
1 parent ebcc096 commit 0e3628f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

rust_magnetic/src/Cargo.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[package]
2+
name = "rust_magnetic"
3+
version = "0.9.0"
4+
edition = "2021"
5+
6+
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7+
8+
[dependencies]
9+
wmm = "0.2.3"
10+
time = "0.3.17"

0 commit comments

Comments
 (0)