[package] name = "lib_algorithms" version = "0.0.9" authors = ["Oleg Muraviev "] edition = "2021" repository = "https://github.com/BeshTeR/algorithms" license-file = "LICENSE" description = "Библиотека алгоритмов" keywords = ["algorithms"] documentation = "https://docs.rs/lib_algorithms/" [lib] crate-type = ["lib"] path = "src/lib.rs" [dependencies] num = "0.4"