intent-codegen 0.7.0-beta.1

Skeleton code generator for IntentLang specifications (Rust, TypeScript, Python, Go, Java, C#, Swift)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "intent-codegen"
description = "Skeleton code generator for IntentLang specifications (Rust, TypeScript, Python, Go, Java, C#, Swift)"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true

[dependencies]
intent-parser = { path = "../intent-parser", version = "0.7.0-beta.1" }
serde_json.workspace = true