[package] name = "nepdate-cli" version = "0.1.3" edition = "2021" authors = ["Khumnath "] description = "A library for converting between Gregorian and Bikram Sambat (Nepali) dates." license = "GPL-3.0-or-later" repository = "https://github.com/khumnath/nepdate-cli" [lib] name = "bikram" path = "src/lib.rs" [dependencies] chrono = "0.4"