orgmode 0.0.0

A crate implementing Org-Mode, generic enough for other applications to use.
Documentation
[package]
name = "orgmode"
version = "0.0.0"
authors = ["Pranav Vats <pranavats@disroot.org>"]
description = "A crate implementing Org-Mode, generic enough for other applications to use."
documentation = "https://gitlab.com/pranavats/orgmode/raw/master/doc/orgmode.pdf"
readme = "./README.org"
homepage = "https://gitlab.com/pranavats/orgmode.git"
repository = "https://gitlab.com/pranavats/orgmode.git"
categories = ["org", "markup", "documentation", "literate", "note-taking"]
keywords = ["org", "markup", "documentation", "literate", "note-taking"]
license = "GPL-3.0"
license-file = "./LICENSE"
exclude = ["./doc/*", "./target/*", "./auto", "*.pdf"]

[dependencies]