Skip to content

Commit

Permalink
Inherit package metadatas from the workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
equation314 committed Jul 18, 2024
1 parent 3744c4a commit 3ad7fd0
Show file tree
Hide file tree
Showing 16 changed files with 49 additions and 48 deletions.
6 changes: 3 additions & 3 deletions api/arceos_api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "arceos_api"
version = "0.1.0"
version.workspace = true
edition = "2021"
authors = ["Yuekai Jia <[email protected]>"]
description = "Public APIs and types for ArceOS modules"
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0"
homepage = "https://github.com/arceos-org/arceos"
license.workspace = true
homepage.workspace = true
repository = "https://github.com/arceos-org/arceos/tree/main/api/arceos_api"
documentation = "https://arceos-org.github.io/arceos/arceos_api/index.html"

Expand Down
7 changes: 4 additions & 3 deletions api/arceos_posix_api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arceos_posix_api"
version = "0.1.0"
version.workspace = true
edition = "2021"
authors = [
"Yuekai Jia <[email protected]>",
Expand All @@ -11,9 +11,10 @@ authors = [
"Shiping Yuan <[email protected]>",
]
description = "POSIX-compatible APIs for ArceOS modules"
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0"
homepage = "https://github.com/arceos-org/arceos"
license.workspace = true
homepage.workspace = true
repository = "https://github.com/arceos-org/arceos/tree/main/api/arceos_posix_api"
documentation = "https://arceos-org.github.io/arceos/arceos_posix_api/index.html"

[features]
default = []
Expand Down
6 changes: 3 additions & 3 deletions api/axfeat/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "axfeat"
version = "0.1.0"
version.workspace = true
edition = "2021"
authors = ["Yuekai Jia <[email protected]>"]
description = "Top-level feature selection for ArceOS"
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0"
homepage = "https://github.com/arceos-org/arceos"
license.workspace = true
homepage.workspace = true
repository = "https://github.com/arceos-org/arceos/tree/main/api/axfeat"
documentation = "https://arceos-org.github.io/arceos/axfeat/index.html"

Expand Down
6 changes: 3 additions & 3 deletions modules/axalloc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "axalloc"
version = "0.1.0"
version.workspace = true
edition = "2021"
authors = ["Yuekai Jia <[email protected]>"]
description = "ArceOS global memory allocator"
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0"
homepage = "https://github.com/arceos-org/arceos"
license.workspace = true
homepage.workspace = true
repository = "https://github.com/arceos-org/arceos/tree/main/modules/axalloc"
documentation = "https://arceos-org.github.io/arceos/axalloc/index.html"

Expand Down
6 changes: 3 additions & 3 deletions modules/axconfig/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "axconfig"
version = "0.1.0"
version.workspace = true
edition = "2021"
authors = ["Yuekai Jia <[email protected]>"]
description = "Platform-specific constants and parameters for ArceOS"
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0"
homepage = "https://github.com/arceos-org/arceos"
license.workspace = true
homepage.workspace = true
repository = "https://github.com/arceos-org/arceos/tree/main/modules/axconfig"
documentation = "https://arceos-org.github.io/arceos/axconfig/index.html"

Expand Down
6 changes: 3 additions & 3 deletions modules/axdisplay/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "axdisplay"
version = "0.1.0"
version.workspace = true
edition = "2021"
authors = ["Shiping Yuan <[email protected]>"]
description = "ArceOS graphics module"
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0"
homepage = "https://github.com/arceos-org/arceos"
license.workspace = true
homepage.workspace = true
repository = "https://github.com/arceos-org/arceos/tree/main/modules/axdisplay"
documentation = "https://arceos-org.github.io/arceos/axdisplay/index.html"

Expand Down
6 changes: 3 additions & 3 deletions modules/axdriver/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "axdriver"
version = "0.1.0"
version.workspace = true
edition = "2021"
authors = ["Yuekai Jia <[email protected]>", "ChengXiang Qi <[email protected]>"]
description = "ArceOS device drivers"
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0"
homepage = "https://github.com/arceos-org/arceos"
license.workspace = true
homepage.workspace = true
repository = "https://github.com/arceos-org/arceos/tree/main/modules/axdriver"
documentation = "https://arceos-org.github.io/arceos/axdriver/index.html"

Expand Down
6 changes: 3 additions & 3 deletions modules/axfs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "axfs"
version = "0.1.0"
version.workspace = true
edition = "2021"
authors = ["Yuekai Jia <[email protected]>"]
description = "ArceOS filesystem module"
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0"
homepage = "https://github.com/arceos-org/arceos"
license.workspace = true
homepage.workspace = true
repository = "https://github.com/arceos-org/arceos/tree/main/modules/axfs"
documentation = "https://arceos-org.github.io/arceos/axfs/index.html"

Expand Down
6 changes: 3 additions & 3 deletions modules/axhal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "axhal"
version = "0.1.0"
version.workspace = true
edition = "2021"
authors = ["Yuekai Jia <[email protected]>"]
description = "ArceOS hardware abstraction layer, provides unified APIs for platform-specific operations"
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0"
homepage = "https://github.com/arceos-org/arceos"
license.workspace = true
homepage.workspace = true
repository = "https://github.com/arceos-org/arceos/tree/main/modules/axhal"
documentation = "https://arceos-org.github.io/arceos/axhal/index.html"

Expand Down
6 changes: 3 additions & 3 deletions modules/axlog/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "axlog"
version = "0.1.0"
version.workspace = true
edition = "2021"
authors = ["Yuekai Jia <[email protected]>"]
description = "Macros for multi-level formatted logging used by ArceOS"
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0"
homepage = "https://github.com/arceos-org/arceos"
license.workspace = true
homepage.workspace = true
repository = "https://github.com/arceos-org/arceos/tree/main/modules/axlog"
documentation = "https://arceos-org.github.io/arceos/axlog/index.html"

Expand Down
6 changes: 3 additions & 3 deletions modules/axnet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "axnet"
version = "0.1.0"
version.workspace = true
edition = "2021"
authors = ["Yuekai Jia <[email protected]>", "ChengXiang Qi <[email protected]>"]
description = "ArceOS network module"
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0"
homepage = "https://github.com/arceos-org/arceos"
license.workspace = true
homepage.workspace = true
repository = "https://github.com/arceos-org/arceos/tree/main/modules/axnet"
documentation = "https://arceos-org.github.io/arceos/axnet/index.html"

Expand Down
6 changes: 3 additions & 3 deletions modules/axruntime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "axruntime"
version = "0.1.0"
version.workspace = true
edition = "2021"
authors = ["Yuekai Jia <[email protected]>"]
description = "Runtime library of ArceOS"
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0"
homepage = "https://github.com/arceos-org/arceos"
license.workspace = true
homepage.workspace = true
repository = "https://github.com/arceos-org/arceos/tree/main/modules/axruntime"
documentation = "https://arceos-org.github.io/arceos/axruntime/index.html"

Expand Down
6 changes: 3 additions & 3 deletions modules/axsync/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "axsync"
version = "0.1.0"
version.workspace = true
edition = "2021"
authors = ["Yuekai Jia <[email protected]>"]
description = "ArceOS synchronization primitives"
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0"
homepage = "https://github.com/arceos-org/arceos"
license.workspace = true
homepage.workspace = true
repository = "https://github.com/arceos-org/arceos/tree/main/modules/axsync"
documentation = "https://arceos-org.github.io/arceos/axsync/index.html"

Expand Down
6 changes: 3 additions & 3 deletions modules/axtask/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "axtask"
version = "0.1.0"
version.workspace = true
edition = "2021"
authors = ["Yuekai Jia <[email protected]>"]
description = "ArceOS task management module"
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0"
homepage = "https://github.com/arceos-org/arceos"
license.workspace = true
homepage.workspace = true
repository = "https://github.com/arceos-org/arceos/tree/main/modules/axtask"
documentation = "https://arceos-org.github.io/arceos/axtask/index.html"

Expand Down
6 changes: 3 additions & 3 deletions ulib/axlibc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "axlibc"
version = "0.1.0"
version.workspace = true
edition = "2021"
authors = [
"Yuekai Jia <[email protected]>",
Expand All @@ -11,8 +11,8 @@ authors = [
"Shiping Yuan <[email protected]>",
]
description = "ArceOS user program library for C apps"
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0"
homepage = "https://github.com/arceos-org/arceos"
license.workspace = true
homepage.workspace = true
repository = "https://github.com/arceos-org/arceos/tree/main/ulib/axlibc"
documentation = "https://arceos-org.github.io/arceos/axlibc/index.html"

Expand Down
6 changes: 3 additions & 3 deletions ulib/axstd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "axstd"
version = "0.1.0"
version.workspace = true
edition = "2021"
authors = [
"Yuekai Jia <[email protected]>",
Expand All @@ -11,8 +11,8 @@ authors = [
"Shiping Yuan <[email protected]>",
]
description = "ArceOS user library with an interface similar to rust std"
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0"
homepage = "https://github.com/arceos-org/arceos"
license.workspace = true
homepage.workspace = true
repository = "https://github.com/arceos-org/arceos/tree/main/ulib/axstd"
documentation = "https://arceos-org.github.io/arceos/axstd/index.html"

Expand Down

0 comments on commit 3ad7fd0

Please sign in to comment.