Skip to content

Commit 6b9cd1a

Browse files
committed
initial
0 parents  commit 6b9cd1a

File tree

10 files changed

+1420
-0
lines changed

10 files changed

+1420
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/target

Cargo.lock

Lines changed: 171 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[package]
2+
name = "mathvis"
3+
version = "0.1.0"
4+
edition = "2021"
5+
6+
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7+
8+
[dependencies]
9+
nom = "7.1.3"
10+
num = "0.4.1"
11+
thiserror = "1.0.50"

0 commit comments

Comments
 (0)