Skip to content
Snippets Groups Projects

add missing information to Cargo file

Open STEVAN Antoine requested to merge complete-toml into master
1 file
+ 7
0
Compare changes
  • Side-by-side
  • Inline
+ 7
0
@@ -3,7 +3,14 @@ name = "dragoonfly"
version = "0.1.0"
edition = "2021"
description = "A Provable Coded P2P System"
repository = "https://gitlab.isae-supaero.fr/dragoon/dragoonfly"
readme = "README.md"
license = "MIT"
authors = [
"Nathan Dissoubray <nathan.dissoubray@student.isae-supaero.fr>", # author
"Antoine Stevan <antoine.stevan@isae-supaero.fr>", # maintainer
"Jonathan Detchart <jonathan.detchart@isae-supaero.fr>", # maintainer
]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Loading