diff options
| author | Andrew Guschin <guschin@altlinux.org> | 2024-10-11 15:57:37 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin@altlinux.org> | 2024-10-11 15:57:37 +0400 |
| commit | 8a150ccc32b88842c70a9bffb4728cb420fe721d (patch) | |
| tree | a6638f1abf9cba7391862ee7d358aa35cd20df50 /graph-checker/Cargo.toml | |
| parent | 4a59d3d58e8a87c0b176b9ef0a6d8fa65d8e1f03 (diff) | |
feat: add better logging
Diffstat (limited to 'graph-checker/Cargo.toml')
| -rw-r--r-- | graph-checker/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graph-checker/Cargo.toml b/graph-checker/Cargo.toml index 77a6bb8..e004926 100644 --- a/graph-checker/Cargo.toml +++ b/graph-checker/Cargo.toml @@ -6,8 +6,11 @@ links = "nauty" build = "build.rs" [dependencies] +anyhow = "1.0.89" dotenv = "0.15.0" futures = "0.3.30" +log = "0.4.22" +simplelog = "0.12.2" sqlx = { version = "0.8.2", features = ["runtime-tokio", "sqlite"] } tokio = { version = "1.40.0", features = ["full"] } |