diff options
| author | Mel <einebeere@gmail.com> | 2021-10-17 23:01:03 +0200 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2021-10-17 23:02:15 +0200 |
| commit | 690dfad4326293aef24c39db4be9abc19c8fb46e (patch) | |
| tree | 28720fa163cec7c6ed04e054d7d0d8ea133373b7 /Cargo.toml | |
| download | rabbithole-690dfad4326293aef24c39db4be9abc19c8fb46e.tar.zst rabbithole-690dfad4326293aef24c39db4be9abc19c8fb46e.zip | |
Lexing
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..8679632 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "rabbithole" +version = "0.1.0" +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] |
