diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-01-17 18:24:21 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-01-17 18:24:21 +0100 |
| commit | 5ccc6e5ec8a433f68bfeb17e8dcedec5b62a36a9 (patch) | |
| tree | 1101f7eeffd038a68d0a6a3e8a6cb77e39a537e5 /Cargo.lock | |
First sketch of matheval
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock new file mode 100644 index 0000000..16d9959 --- /dev/null +++ b/Cargo.lock @@ -0,0 +1,7 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 3 + +[[package]] +name = "matheval" +version = "0.1.0" |