[package] name = "smth" version = "0.3.0" authors = ["Roman Akberov "] edition = "2018" description = "Simple math library." license = "GPL-3.0-or-later" repository = "https://github.com/RomanAkberov/smth" [dependencies] serde = {version = "1.0", features = ["derive"]}