mdrefcheck 0.2.0

A CLI tool to validate references in markdown files.
Documentation
[project]
name = "mdrefcheck"
version = "0.2.0"
description = "A CLI tool to validate references in markdown files."
readme = "README.md"
authors = [
    { name = "gospodima", email = "dimasc28@gmail.com" }
]
license = "MIT"
requires-python = ">=3.7"
dependencies = []
classifiers = [
    "Development Status :: 4 - Beta",
    "Environment :: Console",
    "Intended Audience :: Developers",
    "License :: OSI Approved :: MIT License",
    "Programming Language :: Rust",
    "Programming Language :: Python :: 3",
    "Topic :: Documentation",
    "Topic :: Software Development :: Quality Assurance",
    "Topic :: Utilities"
]

[project.urls]
Repository = "https://github.com/gospodima/mdrefcheck"

[build-system]
requires = ["maturin>=1.0"]
build-backend = "maturin"

[tool.maturin]
bindings = "bin"