Projects STRLCPY voipire Commits 45a298c8
🤬
  • ■ ■ ■ ■ ■ ■
    Cargo.toml
     1 +[package]
     2 +name = "voipire"
     3 +version = "0.1.0"
     4 +edition = "2021"
     5 + 
     6 +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
     7 + 
     8 +[dependencies]
     9 +chrono = "0.4.37"
     10 +indicatif = "0.17.8"
     11 +tokio = { version = "1.37.0", features = ["full"] }
     12 + 
Please wait...
Page is in error, reload to recover