makepad/old/studio/file_protocol/Cargo.toml
2026-02-28 22:42:57 +01:00

14 lines
512 B
TOML

[package]
name = "makepad-file-protocol"
version = "1.0.0"
authors = ["Makepad <info@makepad.nl>"]
edition = "2021"
description = "Makepad file protocol"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/makepad/makepad/"
repository = "https://github.com/makepad/makepad/"
metadata.makepad-auto-version = "ykzkEtfNwMNkuq9CGwurIH6QkQw="
[dependencies]
makepad-live-id = { path = "../../../libs/live_id", version = "1.0.0"}
makepad-micro-serde = {path = "../../../libs/micro_serde", version = "1.0.0"}