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 = [ ...@@ -23,7 +23,7 @@ members = [
[workspace.package] [workspace.package]
edition = "2021" edition = "2021"
authors = ["Maël MARTIN"] authors = ["Maël MARTIN <mael.martin@protonmail.com>"]
version = "0.1.0" version = "0.1.0"
license = "MIT" license = "MIT"
...@@ -31,6 +31,7 @@ license = "MIT" ...@@ -31,6 +31,7 @@ license = "MIT"
lazy_static = "^1" lazy_static = "^1"
thiserror = "^1" thiserror = "^1"
# LibC for the C ffi
libc = { version = "0.2", default-features = false } libc = { version = "0.2", default-features = false }
# DBus interactions # DBus interactions
......
[package] [package]
name = "smallstring" name = "smallstring"
version = "0.1.3" 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" description = "'Small string' optimization: store small strings on the stack using smallvec"
license = "MIT" license = "MIT"
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter