aboutsummaryrefslogtreecommitdiff
path: root/crates/fparkan-script/Cargo.toml
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2026-07-18 19:40:17 +0300
committerValentin Popov <valentin@popov.link>2026-07-18 19:40:17 +0300
commitd31d1f8eab7a2c79e349748939de01895af5de7e (patch)
tree89546aab24629deebaf88c3694e49ef2a547a3e2 /crates/fparkan-script/Cargo.toml
parenta7b434aeb2e1c79131e4919f6b0cbf66cdc06599 (diff)
downloadfparkan-d31d1f8eab7a2c79e349748939de01895af5de7e.tar.xz
fparkan-d31d1f8eab7a2c79e349748939de01895af5de7e.zip
feat(script): decode compiled package framing
Diffstat (limited to 'crates/fparkan-script/Cargo.toml')
-rw-r--r--crates/fparkan-script/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/crates/fparkan-script/Cargo.toml b/crates/fparkan-script/Cargo.toml
new file mode 100644
index 0000000..0280be7
--- /dev/null
+++ b/crates/fparkan-script/Cargo.toml
@@ -0,0 +1,12 @@
+[package]
+name = "fparkan-script"
+version.workspace = true
+edition.workspace = true
+license.workspace = true
+repository.workspace = true
+
+[dependencies]
+fparkan-binary = { path = "../fparkan-binary", version = "0.1.0" }
+
+[lints]
+workspace = true