init
This commit is contained in:
17
Cargo.toml
Normal file
17
Cargo.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[package]
|
||||
name = "quick-start-simple"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.100"
|
||||
http-body-util = "0.1.3"
|
||||
hyper = { version = "1.8.1", features = ["http1", "http2", "server"] }
|
||||
macro_rules_attribute = "0.2.2"
|
||||
minijinja = { version = "2.14.0", features = ["loop_controls"] }
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
smol = "2.0.2"
|
||||
smol-hyper = "0.1.1"
|
||||
smol-macros = "0.1.1"
|
||||
Reference in New Issue
Block a user