Update 02_create-service.rst

This commit is contained in:
kn0wmad
2022-03-28 12:30:50 -06:00
committed by GitHub
parent 36410ad6d1
commit 6584f91571

View File

@@ -57,7 +57,7 @@ In ``main.rs`` add:
}
}
And in ``Cargo.toml``, make sure your dependencies section looks like this:
Finally, in our ``Cargo.toml``, we need to add some dependencies, which will look like this:
.. code:: toml