-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
With these changes, we have deployed basic versions of the following: - vidyut-chandas - vidyut-kosha - vidyut-lipi - vidyut-prakriya
- Loading branch information
Showing
8 changed files
with
322 additions
and
183 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,20 @@ | ||
[package] | ||
name = "vidyut-kosha" | ||
version = "0.1.0" | ||
authors = ["Arun Prasad <[email protected]>"] | ||
description = "A Sanskrit key-value store" | ||
homepage = "https://github.com/ambuda-org/vidyut" | ||
repository = "https://github.com/ambuda-org/vidyut" | ||
categories = ["text-processing"] | ||
keywords = ["sanskrit"] | ||
license = "MIT" | ||
edition = "2021" | ||
rust-version = "1.68" | ||
|
||
[dependencies] | ||
clap = { version = "4.0.12", features = ["derive"] } | ||
clap = { version = "4.3.24", features = ["derive"] } | ||
# needed to avoid complaints from `cargo publish` | ||
clap_derive = { version = "4.3.12" } | ||
env_logger = "0.9.1" | ||
log = "0.4.17" | ||
fst = "0.4.7" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters