aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authoralyx <alyx@aleteoryx.me>2023-08-09 00:44:10 -0400
committeralyx <alyx@aleteoryx.me>2023-08-09 00:44:10 -0400
commitd796f6762acb52cf2ab202d76382915064f0d534 (patch)
treecf22c65e025345f0f15e77153f21c312a6a827f8 /Cargo.toml
downloadlfm_embed-d796f6762acb52cf2ab202d76382915064f0d534.tar.gz
lfm_embed-d796f6762acb52cf2ab202d76382915064f0d534.tar.bz2
lfm_embed-d796f6762acb52cf2ab202d76382915064f0d534.zip
API deserialization structs
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..ab70ee6
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "lfm_embed"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]