Skip to content
Extraits de code Groupes Projets
Vérifiée Valider 6cd8cc2a rédigé par Kubat's avatar Kubat
Parcourir les fichiers

MISC: Add email

parent 2cc1f36d
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -23,7 +23,7 @@ members = [
[workspace.package]
edition = "2021"
authors = ["Maël MARTIN"]
authors = ["Maël MARTIN <mael.martin@protonmail.com>"]
version = "0.1.0"
license = "MIT"
......@@ -31,6 +31,7 @@ license = "MIT"
lazy_static = "^1"
thiserror = "^1"
# LibC for the C ffi
libc = { version = "0.2", default-features = false }
# DBus interactions
......
[package]
name = "smallstring"
version = "0.1.3"
authors = ["Jack Fransham <moonfudgeman@hotmail.co.uk>", "Maël MARTIN"]
authors = [
"Jack Fransham <moonfudgeman@hotmail.co.uk>",
"Maël MARTIN <mael.martin@protonmail.com>",
]
description = "'Small string' optimization: store small strings on the stack using smallvec"
license = "MIT"
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter