mirror of
https://github.com/nearai/ironclaw.git
synced 2026-09-02 23:56:24 +08:00
* chore: release * fix(release): bump ironclaw to v0.26.0 * docs(release): expand v0.26.0 changelog --------- Co-authored-by: ironclaw-ci[bot] <266877842+ironclaw-ci[bot]@users.noreply.github.com> Co-authored-by: Henry Park <henrypark133@gmail.com>
21 lines
501 B
TOML
21 lines
501 B
TOML
[package]
|
|
name = "ironclaw_common"
|
|
version = "0.3.0"
|
|
edition = "2024"
|
|
rust-version = "1.92"
|
|
description = "Shared types and utilities for the IronClaw workspace"
|
|
authors = ["NEAR AI <support@near.ai>"]
|
|
license = "MIT OR Apache-2.0"
|
|
homepage = "https://github.com/nearai/ironclaw"
|
|
repository = "https://github.com/nearai/ironclaw"
|
|
|
|
[package.metadata.dist]
|
|
dist = false
|
|
|
|
[dependencies]
|
|
chrono-tz = "0.10"
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
thiserror = "2"
|
|
tracing = "0.1"
|