c2pa-rs

A fork of https://github.com/contentauth/c2pa-rs/
git clone git://archive.git.mtrnord.blog/mtrnords-photography-manager/c2pa-rs.git
Log | Files | Refs | README

commit d430b6117d803023f6905f32a290294f98299540
parent bd62316e4fdd781331e0264b3cf11d62b44b452a
Author: YannBonnemay <107009565+YannBonnemay@users.noreply.github.com>
Date:   Wed, 15 Jun 2022 21:44:21 +0200

Add rustfmt toml to get edition 2018 formatting (#36)

Add rustfmt toml to get "edition 2018" formatting

Co-authored-by: Yann Bonnemay <y.bonnemay@gmail.com>
Co-authored-by: Eric Scouten <scouten@adobe.com>
Diffstat:
Arustfmt.toml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/rustfmt.toml b/rustfmt.toml @@ -0,0 +1 @@ +edition = "2018"