[package]
name = "nepdate-cli"
version = "0.1.5"
edition = "2021"
authors = ["Khumnath <nath.khum@gmail.com>"]
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"