Skip to content

Commit 7bf43e5

Browse files
committed
update
1 parent c5ae98e commit 7bf43e5

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@ name = "nepdate-cli"
33
version = "0.1.3"
44
edition = "2021"
55
authors = ["Khumnath <[email protected]>"]
6+
description = "A library for converting between Gregorian and Bikram Sambat (Nepali) dates."
7+
license = "GPL-3.0-or-later"
8+
repository = "https://github.com/khumnath/nepdate-cli"
69

710
[lib]
8-
name = "nepdate"
9-
path = "src/bikram.rs"
10-
11-
# Optional metadata
12-
description = "bikram sambat calendar library(nepalidate using bikram library)."
13-
license = "GPL-3.0"
14-
repository = "https://github.com/khumnath/nepdate-cli/tree/rust"
11+
name = "bikram"
12+
path = "src/lib.rs"
1513

1614
[dependencies]
1715
chrono = "0.4"

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pub mod bikram;

0 commit comments

Comments
 (0)