aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <[email protected]>2023-04-11 18:10:24 +0100
committerAkshay <[email protected]>2023-04-11 18:10:24 +0100
commit9ccdaee79cdbcc76c8b855a0d50b5a5309ba8bb8 (patch)
treea6e97f9c0a0af6f08669b9596b05f4df13259bbc /Cargo.toml
parentd315cce8e99ec6d96695bea708ae315028f3db66 (diff)
add build steps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d2c0dc4..044c314 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,3 +6,4 @@ edition = "2021"
6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7 7
8[dependencies] 8[dependencies]
9radix_trie = "0.2.1"