[package] name = "utest" version = "0.0.1" edition = "2021" description = """ utest is a simple unit testing library. """ authors = ["Nguyen Vu Khang "] homepage = "https://github.com/nguyenvukhang/utest" repository = "https://github.com/nguyenvukhang/utest" documentation = "https://github.com/nguyenvukhang/utest" keywords = ["test", "unit-test"] categories = ["development-tools"] license = "MIT" autotests = false [dependencies]