Skip to content

Commit 7c6af4d

Browse files
authored
feat: update for release (#3)
Signed-off-by: Jeremy HERGAULT <jeremy.hergault@worldline.com>
1 parent 10395bc commit 7c6af4d

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "cppshift"
33
version = "0.1.0"
4-
authors = ["Jérémy HERGAULT"]
4+
authors = ["Jérémy HERGAULT", "Enzo PASQUALINI"]
55
description = "CPP parser and transpiler"
6-
repository = "https://github.com/reneca/cppshift"
6+
repository = "https://github.com/worldline/cppshift"
77
edition = "2024"
88
license = "Apache-2.0"
99

@@ -13,5 +13,5 @@ thiserror = "2"
1313

1414
[dev-dependencies]
1515
tokio = { version = "1", features = ["macros"] }
16-
reqwest = "0.12"
16+
reqwest = "0.13"
1717
glob = "0.3"

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CppShift
22

3+
[<img alt="github" src="https://img.shields.io/badge/github-46beaa?style=for-the-badge&labelColor=555555&logo=github" height="20">](https://github.com/worldline/cppshift)
4+
[<img alt="crates-io" src="https://img.shields.io/badge/crates.io-ffeb78?style=for-the-badge&labelColor=555555&logo=rust" height="20">](https://crates.io/crates/cppshift)
5+
[<img alt="docs-rs" src="https://img.shields.io/badge/docs.rs-41b4d2?style=for-the-badge&labelColor=555555&logo=docs.rs" height="20">](https://docs.rs/cppshift)
6+
[<img alt="build status" src="https://img.shields.io/github/actions/workflow/status/worldline/cppshift/ci.yml?branch%3Amain&style=for-the-badge" height="20">](https://github.com/worldline/cppshift/actions?query=branch%3Amain)
7+
[<img alt="dependency status" src="https://img.shields.io/deps-rs/repo/github/worldline/cppshift?style=for-the-badge" height="20">](https://deps.rs/repo/github/worldline/cppshift)
8+
39
This project provide a C++ scanner and a transpiler.
410
The goal is not to use compiled C++ like [cxx](https://cxx.rs/) can do, but to convert c++ code into native Rust.
511

0 commit comments

Comments
 (0)