summaryrefslogtreecommitdiffstats
path: root/packages/svgbob_server/Cargo.toml
blob: e2b02c2d1ba3d3c9d786823cdab38f3e1b069b06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "svgbob_server"
version = "0.6.4"
authors = ["Jovansonlee Cesar <ivanceras@gmail.com>"]
description = "Transform your ascii diagrams into happy little SVG"
repository = "https://github.com/ivanceras/svgbob"
documentation = "https://docs.rs/svgbob"
keywords = ["ascii", "svg", "convert", "bob"]
license = "Apache-2.0"
edition = "2021"


[dependencies]
svgbob = { path = "../svgbob", version = "0.6" }
axum = "0.4.5"
tokio = { version = "1.0", features = ["full"] }