18 lines
617 B
TOML
18 lines
617 B
TOML
[package]
|
|
name = "makepad-ai"
|
|
version = "1.0.0"
|
|
authors = ["Makepad <info@makepad.nl>"]
|
|
edition = "2021"
|
|
description = "AI integration library for Makepad - supports Claude Code and other AI backends"
|
|
license = "MIT OR Apache-2.0"
|
|
homepage = "https://github.com/makepad/makepad/"
|
|
repository = "https://github.com/makepad/makepad/"
|
|
metadata.makepad-auto-version = ""
|
|
|
|
[dependencies]
|
|
makepad-widgets = { path = "../../widgets", version = "2.0.0" }
|
|
makepad-micro-serde = { path = "../../libs/micro_serde", version = "1.0.0" }
|
|
makepad-live-id = { path = "../../libs/live_id", version = "1.0.0" }
|
|
|
|
[features]
|
|
default = []
|