Compare commits

..

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

1 changed files with 12 additions and 4 deletions

View File

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