diff options
Diffstat (limited to 'incria/Cargo.toml')
-rw-r--r-- | incria/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/incria/Cargo.toml b/incria/Cargo.toml new file mode 100644 index 0000000..64fe414 --- /dev/null +++ b/incria/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "inc" +version = "0.1.0" +edition = "2021" + +[dependencies] +once_cell = "1.17.1" +parking_lot = "0.12.1" +tokio = { version = "1.28.1", features = ["full"] } |