You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
269 B
TOML

[package]
name = "boulder"
version = "0.1.0"
edition = "2021"
description = "longmont identity server implementation"
[dependencies]
axum = { version = "0.7.3", features = ["ws"] }
tokio = { version = "1.35.1", features = ["macros", "rt", "rt-multi-thread", "time"] }