[package] name = "cardinal" version = "0.1.1" authors = ["giveerr "] edition = "2018" license = "MIT" description = "microservice app for all the universe" readme = "../README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] unutils = { path = "../unutils", version = "^0.1" } # [profile.release] # panic = 'abort'