Skip to content

Commit 672d382

Browse files
committed
Moved code to a src directory.
1 parent f2d8597 commit 672d382

File tree

10 files changed

+0
-1
lines changed

10 files changed

+0
-1
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ authors = ["Steven Sheldon"]
55

66
[lib]
77
name = "objc_foundation"
8-
path = "lib.rs"
98

109
[dependencies]
1110
libc = "0.1"

array.rs renamed to src/array.rs

File renamed without changes.

data.rs renamed to src/data.rs

File renamed without changes.
File renamed without changes.
File renamed without changes.

lib.rs renamed to src/lib.rs

File renamed without changes.

macros.rs renamed to src/macros.rs

File renamed without changes.

object.rs renamed to src/object.rs

File renamed without changes.

string.rs renamed to src/string.rs

File renamed without changes.

value.rs renamed to src/value.rs

File renamed without changes.

0 commit comments

Comments
 (0)