diff options
author | Guillaume Pasquet <dev@etenil.net> | 2021-11-14 22:50:17 +0000 |
---|---|---|
committer | Guillaume Pasquet <dev@etenil.net> | 2021-11-14 22:50:17 +0000 |
commit | c9486ece952d2e07a78192a9ae0e7764fdee4164 (patch) | |
tree | 1fd086959e4fc7cbe52a1228acfa1b62cc26ac38 /Cargo.toml | |
parent | fce52576205ebbb6b03a466b8f9a137c45420fde (diff) |
First working version of the barbfile parser
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..ab00200 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "barb" +version = "0.1.0" +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +ureq = "2.2.0" |