mirror of
https://bitbucket.org/Mattrixwv/rustclasses.git
synced 2025-12-06 18:34:00 -05:00
12 lines
265 B
TOML
12 lines
265 B
TOML
[package]
|
|
name = "myClasses"
|
|
version = "0.1.0"
|
|
authors = ["Mattrixwv <m_ellison@ymail.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
num = "0.3.0"
|
|
assert_approx_eq = "1.1.0"
|