[package] name = "math_tools" version = "0.1.0" edition = "2021" authors = [ "Kostiantyn Wandalen ", "Dmytro Kryvoruchko ", ] license = "MIT" readme = "Readme.md" documentation = "https://docs.rs/template_blank" repository = "https://github.com/Wandalen/wTools/tree/master/module/rust/template_blank" homepage = "https://github.com/Wandalen/wTools/tree/master/module/rust/template_blank" description = """ Math tools """ categories = [ "algorithms", "development-tools" ] keywords = [ "fundamental", "general-purpose" ] include = [ "/rust/impl/_template_blank", "/Cargo.toml", "/Readme.md", "/License", ] [lib] name = "template_blank" path = "rust/impl/_template_blank/lib.rs" [[test]] name = "template_blank_test" path = "rust/test/_template_blank/lib_test.rs" # [[example]] # name = "template_blank_trivial_sample" # path = "sample/rust/template_blank_trivial_sample/src/main.rs" [dependencies] [dev-dependencies] test_tools = { version = "~0.1", path = "../../rust/test_tools" }