Proof of concept: calling allie functions from Rust

This commit is contained in:
Андреев Григорий 2026-04-15 02:21:47 +03:00
parent 7ef20dbf56
commit 87feca9222
3 changed files with 3 additions and 16 deletions

7
Cargo.lock generated
View File

@ -2,13 +2,6 @@
# It is not intended for manual editing.
version = 4
[[package]]
name = "alice_and_misc"
version = "0.1.0"
[[package]]
name = "daria"
version = "0.1.0"
dependencies = [
"alice_and_misc",
]

View File

@ -7,5 +7,6 @@ edition = "2024"
name = "r4d"
path = "src/l3/r4/r4d.rs"
[dependencies]
alice_and_misc = {path = "src/l2/allie_rs"}
[lib]
name = "alice_and_misc"
path = "src/l2/allie_rs/lib.rs"

View File

@ -1,7 +0,0 @@
[package]
name = "alice_and_misc"
version="0.1.0"
edition = "2024"
[lib]
path = "lib.rs"