13 lines
310 B
TOML
13 lines
310 B
TOML
[package]
|
|
name = "projet-pei"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
chrono = "0.4.38"
|
|
libc = "0.2.153"
|
|
num-bigint = { version = "0.4.4", features = ["rand"] }
|
|
num-bigint-dig = "0.8.4"
|
|
rand = "0.8.5"
|