aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2022-03-26 14:47:57 -0600
committerMelody Horn <melody@boringcactus.com>2022-03-26 14:47:57 -0600
commit6f5772173e49f198a18652454ead2a02f8a942af (patch)
treea44c54c8f86bd14b5a5ffc8c7d4058f404623495 /Cargo.toml
downloadkdl-schema-6f5772173e49f198a18652454ead2a02f8a942af.tar.gz
kdl-schema-6f5772173e49f198a18652454ead2a02f8a942af.zip
initial import
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..67c95dc
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "kdl-schema"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]