aes_externalobj 0.1.2

ExtendScript external object library implementation in Rust
Documentation
[package]
name = "aes_externalobj"
version = "0.1.2"
edition = "2021"
authors = ["Alex <aka.inq@gmail.com>"]
description = "ExtendScript external object library implementation in Rust"
license = "MIT OR Apache-2.0"
repository = "https://github.com/akainq/aes_externalobj"
documentation = "https://docs.rs/aes_externalobj"
readme = "README.md"
keywords = ["extendscript", "photoshop", "aftereffects", "premiere", "scripting"]
categories = ["api-bindings", "development-tools"]

[lib]
crate-type = ["rlib"]

[dependencies]
libc = "0.2"
mschema = { version = "0.1.0", path = "./mschema" }
aes_types = { version = "0.1.0", path = "./aes_types" }
ctor = "0.2"

[dev-dependencies]


[build-dependencies]


[workspace]
members = [
    "mschema",
    "aes_types"
]