[package] name = "round_robin" version = "1.0.1" authors = ["Savio Santos "] edition = "2018" license = "MIT" description = "Create a vector of rounds and their respective matches in a tournament, using the Round-robin algorithm." repository = "https://github.com/savi8sant8s/round_robin" [dependencies]