forked from extendr/extendr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
29 lines (25 loc) · 1010 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[workspace]
resolver = "2"
members = ["extendr-api", "extendr-engine", "extendr-macros", "xtask"]
[workspace.package]
version = "0.6.0"
authors = [
"andy-thomason <[email protected]>",
"Thomas Down",
"Mossa Merhi Reimert <[email protected]>",
"Claus O. Wilke <[email protected]>",
"Hiroaki Yutani",
"Ilia A. Kosenkov <[email protected]>",
"Michael Milton <[email protected]>",
]
edition = "2021"
license = "MIT"
repository = "https://github.com/extendr/extendr"
rust-version = "1.70"
[workspace.dependencies]
# When updating extendr's version, this version also needs to be updated
extendr-macros = { path = "./extendr-macros", version = "0.6.0" }
# When uncommenting this, do not forget to uncomment the same line in
# ./tests/extendrtests/src/rust/Cargo.toml, and "Run R integration tests using
# {rextendr}" on .github/workflows/test.yml !
libR-sys = { git = "https://github.com/extendr/libR-sys", rev = "09d76ada0cd54aa4481d9f06bbdfa50bcca2814a" }