panchanga 0.1.0

Rust library based on santhoshn/panchanga
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "panchanga"
version = "0.1.0"
edition = "2021"
authors = ["Priyadarshan Giri <giripriyadarshan@gmail.com>"]
readme = "README.md"
license = "MIT"
repository = "https://github.com/giripriyadarshan/panchanga_rs"
homepage = "https://github.com/giripriyadarshan/panchanga_rs"
description = "Rust library based on santhoshn/panchanga"
keywords = ["panchanga", "library", "hindu", "calendar"]
categories = ["date-and-time"]
exclude = ["target/**", ".gitignore", ".github/**", "LICENSE", ".idea/**"]

[dependencies]
libm = "0.2.8"