//! crystal - Ruby-like language with static typing
//!
//! Crystal is a programming language with the following goals:
//! - Have syntax similar to Ruby
//! - Statically type-checked, but without having to specify types
//! - Compile to efficient native code
//!
//! This tool uses the ToolSpec pattern for declarative installation.
use cratedefine_tool;
define_tool!;