sal/git/Cargo.toml
Mahmoud-Emad 4d51518f31 docs: Enhance MONOREPO_CONVERSION_PLAN.md with improved details
- Specify production-ready implementation details for sal-git
  package.
- Add a detailed code review and quality assurance process
  section.
- Include comprehensive success metrics and validation checklists
  for production readiness.
- Improve security considerations and risk mitigation strategies.
- Add stricter code review criteria based on sal-git's conversion.
- Update README with security configurations and environment
  variables.
2025-06-18 15:15:07 +03:00

21 lines
484 B
TOML

[package]
name = "sal-git"
version = "0.1.0"
edition = "2021"
authors = ["PlanetFirst <info@incubaid.com>"]
description = "SAL Git - Git repository management and operations"
repository = "https://git.threefold.info/herocode/sal"
license = "Apache-2.0"
[dependencies]
regex = "1.8.1"
redis = "0.31.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
rhai = { version = "1.12.0", features = ["sync"] }
log = "0.4"
url = "2.4"
[dev-dependencies]
tempfile = "3.5"