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
16
17
[package]
name = "tracks"
version = "0.1.0"
edition = "2021"
authors = ["Ryan Kopf <ryan@ryankopf.com>"] # List of crate authors
description = "A web framework for Rust, inspired by Ruby on Rails, with enhancements for jobs, watchers, and other components."
license = "MIT"
repository = "https://github.com/tracks-rs/tracks"
homepage = "https://github.com/tracks-rs/tracks"
documentation = "https://github.com/tracks-rs/tracks"
keywords = ["web-framework", "rust", "rails-inspired"] # Keywords to find your crate
categories = ["web-programming", "asynchronous"] # Categories from crates.io


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]