float-sequencer/Cargo.toml

17 lines
569 B
TOML

[package]
name = "fsn"
description = "FloatTorrent Generator for FMF PROG2 2023/24"
readme = "README.md"
version = "0.0.1"
edition = "2021"
license = "MIT"
authors = ["Matej Janežič <janezic.mj@gmail.com>"]
repository = "https://git.janezic.dev/janezicmatej/float-sequencer.git"
[dependencies]
tokio = { version = "1.37.0", features = [ "macros", "rt-multi-thread", "net" ] }
hyper = { version = "1.3.1", features = [ "full" ] }
hyper-util = { version = "0.1.3", features = [ "full" ]}
serde = { version = "1.0.202", features = [ "derive" ] }
serde_json = "1.0.117"