Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Sky9x committed Nov 21, 2023
0 parents commit 3ed3af3
Show file tree
Hide file tree
Showing 14 changed files with 1,159 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/target
254 changes: 254 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[package]
name = "nr-spec-md"
version = "0.1.0"
edition = "2021"
rust-version = "1.70"
description = "Build & Validation Tool for the Inertya Specification"
authors = ["Sky <[email protected]>"]
repository = "https://github.com/inertya/nr-spec-md"
license = "MIT OR Apache-2.0"

[dependencies]
anyhow = "1"
semver = { version = "1", features = ["serde"] }

pulldown-cmark = "0.9"
pulldown-cmark-to-cmark = "11.0.1"

serde = { version = "1", features = ["derive"] }
serde_yaml = "0.9"
toml = "0.8"
Loading

0 comments on commit 3ed3af3

Please sign in to comment.