tracks 0.1.0

A web framework for Rust, inspired by Ruby on Rails, with enhancements for jobs, watchers, and other components.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[package]
authors = ["Ryan Kopf <ryan@ryankopf.com>"]
categories = ["web-programming", "asynchronous"]
description = "A web framework for Rust, inspired by Ruby on Rails, with enhancements for jobs, watchers, and other components."
documentation = "https://github.com/tracks-rs/tracks"
edition = "2021"
homepage = "https://github.com/tracks-rs/tracks"
keywords = ["web-framework", "rust", "rails-inspired"]
license = "MIT"
name = "tracks"
readme = "README.md"
repository = "https://github.com/tracks-rs/tracks"
version = "0.1.0"