diff options
author | gennyble <gen@nyble.dev> | 2023-09-12 04:13:13 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2023-09-12 04:13:13 -0500 |
commit | 4b0f26eac1ad6de9526687fdf2999eeae2bc67a6 (patch) | |
tree | 1c31d417be317b97ccb1874ba31373ea7f025bab /lri-study/Cargo.toml | |
parent | cd7c97658279901120ede3d579de0322e4e5a6d2 (diff) | |
download | lri-rs-4b0f26eac1ad6de9526687fdf2999eeae2bc67a6.tar.gz lri-rs-4b0f26eac1ad6de9526687fdf2999eeae2bc67a6.zip |
please don't hate me
Diffstat (limited to 'lri-study/Cargo.toml')
-rw-r--r-- | lri-study/Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lri-study/Cargo.toml b/lri-study/Cargo.toml new file mode 100644 index 0000000..f92b7de --- /dev/null +++ b/lri-study/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "lri-study" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +camino = "1.1.6" +lri-rs = { path = "../lri-rs" } +owo-colors = "3.5.0" |