docs: add crates.io metadata and cargo install instructions
- Add crates.io package metadata (license, keywords, categories) - Expand 'Why Rust' section with clearer benefits - Add cargo install option alongside binary download - Add Acknowledgements and Disclaimer sections
This commit is contained in:
+9
-1
@@ -2,8 +2,16 @@
|
||||
name = "mt5-quant"
|
||||
version = "1.31.5"
|
||||
edition = "2021"
|
||||
description = "MT5-Quant MCP Server - Exposes MT5 backtest and optimization tools via MCP"
|
||||
description = "MCP server for MT5 strategy development on macOS/Linux"
|
||||
authors = ["masdevid <masdevid@example.com>"]
|
||||
license = "MIT"
|
||||
repository = "https://github.com/masdevid/mt5-quant"
|
||||
readme = "README.md"
|
||||
keywords = ["mt5", "mql5", "trading", "mcp", "backtest"]
|
||||
categories = ["finance", "development-tools"]
|
||||
homepage = "https://github.com/masdevid/mt5-quant"
|
||||
documentation = "https://github.com/masdevid/mt5-quant"
|
||||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[[bin]]
|
||||
name = "mt5-quant"
|
||||
|
||||
Reference in New Issue
Block a user