This repository has been archived on 2026-08-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
el-retired/_archive/rust-bootstrap/engrams/el-registry/Cargo.toml
T

17 lines
606 B
TOML

[package]
name = "el-registry"
description = "Package registry client for the Engram language toolchain"
version.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
el-manifest = { path = "../el-manifest" }
serde = { workspace = true }
serde_json = { workspace = true }
thiserror = { workspace = true }
blake3 = { workspace = true }
semver = { version = "1", features = ["serde"] }
reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-features = false }
tokio = { version = "1", features = ["fs", "io-util"] }