summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.org>2020-07-28 11:30:39 -0400
committerJakob L. Kreuze <zerodaysfordays@sdf.org>2020-07-28 12:45:14 -0400
commit1870d9c750020c84ae9bc80cd61606d298d9b8d9 (patch)
tree2acdf2064edbcc218d961c6e48d6190f24dda5ad /Cargo.toml
parentb311644824bc0bff9603fea69d979fa6bb4b97e0 (diff)
Cleanup imports.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 143dca2..ff64959 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,6 +24,10 @@ serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
+[lib]
+name = "kona"
+path = "src/lib.rs"
+
[[bin]]
name = "kona-cli"
path = "src/kona-cli.rs"