Skip to content

Commit

Permalink
feat: init repository
Browse files Browse the repository at this point in the history
  • Loading branch information
nfejzic committed Nov 7, 2023
0 parents commit 23e08af
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/target
/Cargo.lock
12 changes: 12 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[package]
name = "alemat"
version = "0.1.0"
edition = "2021"
authors = ["Nadir Fejzic <[email protected]>"]
description = "Library for type-safe building of MathML."
repository = "https://github.com/nfejzic/alemat"
license = "Apache-2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
//! Library for type-safe building of MathML.

0 comments on commit 23e08af

Please sign in to comment.