diff options
| author | Valentin Popov <valentin@popov.link> | 2026-07-18 19:40:17 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-07-18 19:40:17 +0300 |
| commit | d31d1f8eab7a2c79e349748939de01895af5de7e (patch) | |
| tree | 89546aab24629deebaf88c3694e49ef2a547a3e2 /crates/fparkan-script/Cargo.toml | |
| parent | a7b434aeb2e1c79131e4919f6b0cbf66cdc06599 (diff) | |
| download | fparkan-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.toml | 12 |
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 |
