summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-11-06 01:52:43 -0400
committerJesse Luehrs <doy@tozt.net>2021-11-06 01:52:43 -0400
commit47223328fca9c4de70c7c99cbdfd16038b5be4da (patch)
tree75f7c78b088813c5dd367982134286261b0484b0 /Cargo.toml
parentca1c9c9756ef24ed02c53c4d415cba7202742293 (diff)
downloadnbsh-47223328fca9c4de70c7c99cbdfd16038b5be4da.tar.gz
nbsh-47223328fca9c4de70c7c99cbdfd16038b5be4da.zip
project skeleton
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..77544ad
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "nbsh"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]