inventory-system/Cargo.toml
Jake Hillion 72a4120451
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
added web server
2022-07-21 12:12:25 +01:00

17 lines
325 B
TOML

[package]
name = "inventory-system"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "0.4"
env_logger = "0.9"
async-std = "1"
tide = "0.16.0"
rust-embed = { version = "6.2.0", features = ["interpolate-folder-path"]}