Files
Brooke Kuhlmann 80ff29343a Added project skeleton
Necessary to provide initial scaffolding for this project. This was generated using link:https://alchemists.io/projects/rubysmith[Rubysmith]. While this isn't a Ruby project since the core implementation is in C, having the Ruby tooling will help from a CI and code quality perspective.
2026-02-23 10:00:38 -07:00

7 lines
110 B
Ruby
Executable File

#! /usr/bin/env ruby
# frozen_string_literal: true
require "bundler/setup"
load Gem.bin_path "rake", "rake"