float-sequencer/Cargo.toml

18 lines
544 B
TOML

[package]
name = "fsn"
description = "template for advent of code"
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-sequence-node.git"
[dependencies]
dotenvy = "0.15.7"
tokio = { version = "1.37.0", features = [ "macros", "rt-multi-thread" ] }
hyper = { version = "1.3.1", features = [ "client", "server" ] }
hyper-util = "0.1.3"
serde = { version = "1.0.202", features = [ "derive" ] }
serde_json = "1.0.117"