Setup project.
This commit is contained in:
14
Cargo.toml
Normal file
14
Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "morethantext_web"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
# morethantext = { git=https://gitea.baskinprattle.com/jbaskin/MoreThanText.git }
|
||||
async-std = { version = "1.10.0", features = ["attributes"] }
|
||||
tide = "0.16.0"
|
||||
|
||||
[dev-dependencies]
|
||||
tide-testing = "0.1.3"
|
||||
Reference in New Issue
Block a user