float-sequencer/Cargo.toml

17 lines
523 B
TOML
Raw Normal View History

2024-05-21 19:26:15 +02:00
[package]
2024-05-21 19:54:47 +02:00
name = "fsn"
description = "template for advent of code"
readme = "README.md"
version = "0.0.1"
2024-05-21 19:26:15 +02:00
edition = "2021"
2024-05-21 19:54:47 +02:00
license = "MIT"
authors = ["Matej Janežič <janezic.mj@gmail.com>"]
repository = "https://git.janezic.dev/janezicmatej/float-sequence-node.git"
2024-05-21 19:26:15 +02:00
[dependencies]
2024-05-21 19:54:47 +02:00
dotenvy = "0.15.7"
tokio = { version = "1.37.0", features = [ "macros", "rt-multi-thread" ] }
hyper = { version = "1.3.1", features = [ "client", "server" ] }
serde = { version = "1.0.202", features = [ "derive" ] }
serde_json = "1.0.117"