aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-09 03:30:39 -0800
committerFuwn <[email protected]>2022-03-09 03:30:39 -0800
commit73bc16c17882d40f512901d50b2f0bf1a7c6ebc6 (patch)
treeca20e228df09b5b65adffbc2bb440cb105d6718d
parentdoc(manifest): add doc.rs link (diff)
downloadsenpy-rs-73bc16c17882d40f512901d50b2f0bf1a7c6ebc6.tar.xz
senpy-rs-73bc16c17882d40f512901d50b2f0bf1a7c6ebc6.zip
doc(readme): usage instructions
-rw-r--r--README.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 3445772..3414722 100644
--- a/README.rst
+++ b/README.rst
@@ -41,6 +41,15 @@ Quick links
</a>
</p>
+Usage
+-----
+
+.. code-block:: toml
+
+ # Cargo.toml
+ [dependencies]
+ senpy = "0.1.2"
+
Examples
--------