aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-03-23 13:25:49 +0000
committerAkshay <[email protected]>2021-03-23 13:25:49 +0000
commit005156915c9d1d36500b73b9c44d9179aecd8c2f (patch)
tree0235ac56cfb49e7a1718db1fdd9c5d347f044508 /Cargo.toml
parent0ecfaf7b7cf762590d5ba92f57567901c02af15b (diff)
add logger
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 48976e7..5fa2e12 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,3 +9,5 @@ edition = "2018"
9[dependencies] 9[dependencies]
10sdl2 = {version = "0.34", features = ["ttf"]} 10sdl2 = {version = "0.34", features = ["ttf"]}
11obi = { path = "../obi" } 11obi = { path = "../obi" }
12env_logger = "0.8.3"
13log = "0.4.0"