mirror of
https://github.com/ForeverPyrite/r2client.git
synced 2025-12-10 01:38:07 +00:00
we are so back (first real commit)
This commit is contained in:
2
r2python/.gitignore
vendored
Normal file
2
r2python/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
/target
|
||||
.aider*
|
||||
7
r2python/Cargo.toml
Normal file
7
r2python/Cargo.toml
Normal file
@@ -0,0 +1,7 @@
|
||||
[package]
|
||||
name = "r2python"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
pyo3 = "0.25.0"
|
||||
1
r2python/src/lib.rs
Normal file
1
r2python/src/lib.rs
Normal file
@@ -0,0 +1 @@
|
||||
use pyo3::prelude::*;
|
||||
Reference in New Issue
Block a user