rocket-include-dir 1.1.2

Bridges include_dir and rocket, enabling Rocket to serve files directly from the binary
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "rocket-include-dir"
version = "1.1.2"
edition = "2021"
rust-version = "1.56"
authors = ["Matthew Pomes <matthew.pomes@pm.me>", "Younes Torshizi <vaytea59@gmail.com>"]
description = "Bridges include_dir and rocket, enabling Rocket to serve files directly from the binary"
repository = "https://github.com/the10thWiz/rocket-include-dir"
keywords = ["rocket", "web-server"]
license = "MIT OR Apache-2.0"

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

[dependencies]
include_dir = { version = "0.7.4", default-features = false }
rocket = { version = "^0.5", default-features = false }