nepdate-cli 0.1.5

A library for converting between Gregorian and Bikram Sambat (Nepali) dates.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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"