Compare commits

..

No commits in common. "aab47577a75e54068c0a7562749e1fbe3b6884f9" and "4b96f584cf3a6fe8b83004d03da490a16e30018c" have entirely different histories.

1 changed files with 4 additions and 12 deletions

View File

@ -1,16 +1,8 @@
[package] [package]
name = "fsn" name = "float-sequencer"
description = "FloatTorrent Generator for FMF PROG2 2023/24" version = "0.1.0"
readme = "README.md"
version = "0.0.1"
edition = "2021" edition = "2021"
license = "MIT"
authors = ["Matej Janežič <janezic.mj@gmail.com>"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
repository = "https://git.janezic.dev/janezicmatej/float-sequencer.git"
[dependencies] [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"