mirror of
https://gitlab.com/comunic/comunicapiv3
synced 2024-11-22 13:29:21 +00:00
14 lines
280 B
TOML
14 lines
280 B
TOML
[package]
|
|
name = "comunic_server"
|
|
version = "0.1.0"
|
|
authors = ["Pierre HUBERT <pierre.git@communiquons.org>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
yaml-rust = "0.4.3"
|
|
mysql = "18.2.0"
|
|
|
|
|